Html Css Color HEX #FF4F00 International Orange

📋 copy color: '#FF4F00'

red 255 ◦ green 79 ◦ blue 0

#FF4F00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Orange #FF4F00

Tints of International Orange #FF4F00

RGB

 RED value IS 255 (100% from 255) = 76.35%

 GREEN value IS 79 (31.25% from 255) = 23.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.35%
G = 23.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF4F00 (or 0xFF4F00) is known color: International Orange. HEX triplet: FF, 4F and 00. RGB value is (255,79,0). Sum of RGB (Red+Green+Blue) = 255+79+0=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F00 is #00B0FF. Grayscale: #7B7B7B. Windows color (decimal): -45312 or 20479. OLE color: 20479.

HSL color Cylindrical-coordinate representation of color #FF4F00: hue angle of 18.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF4F00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 255 79 0 -
CMYK 0 0.69 1 0
HSL 18.59º 1% 0.5% -
HSV(B) 18.59º 1% 1% -
XYZ 44.04 26.85 2.86 -
YUV 122.62 58.81 222.42 -
System Red Green Blue C M Y K H S L
Decimal 255 79 0 0 0.69 1 0 18.59 1 0.5
Hex FF 4F 0 0 45 64 0 13 64 32
Octal 377 117 0 0 105 144 0 23 144 62
Binary 11111111 1001111 0 0 1000101 1100100 0 10011 1100100 110010

Color Harmonies of #FF4F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F00

Black with #FF4F00

Text Example


Text Example

White with #FF4F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F00; }

 p { color: rgb(255,79,0); }

 H1.HeaderClassName
 {
   color: #FF4F00;
 }
 .AnyTagClassName
 {
   color: #FF4F00;
 }
</style>

background-color css

<style>
 a { background-color: #FF4F00; }

 a { background-color: rgb(255,79,0); }

 div.DivClassName
 {
   background-color: #FF4F00;
 }
 .BgClassName
 {
   background-color: #FF4F00;
 }
</style>

border-color css

<style>
 span { border-color: #FF4F00; }

 span { border-color: rgb(255,79,0); }

 td.TdClassName
 {
   border-color: #FF4F00;
 }
 .TagClassName
 {
   border-color: #FF4F00;
 }
</style>