Html Css Color HEX #FF4F08 International Orange

📋 copy color: '#FF4F08'

red 255 ◦ green 79 ◦ blue 8

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

Shades of International Orange #FF4F08

Tints of International Orange #FF4F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.34%

R = 74.56%
G = 23.1%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF4F08 (or 0xFF4F08) is known color: International Orange. HEX triplet: FF, 4F and 08. RGB value is (255,79,8). Sum of RGB (Red+Green+Blue) = 255+79+8=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F08 is #00B0F7. Grayscale: #7B7B7B. Windows color (decimal): -45304 or 544767. OLE color: 544767.

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

Color convert

RGB 255 79 8 -
CMYK 0 0.69 0.97 0
HSL 17.25º 1% 0.52% -
HSV(B) 17.25º 0.97% 1% -
XYZ 44.08 26.87 3.09 -
YUV 123.53 62.81 221.77 -
System Red Green Blue C M Y K H S L
Decimal 255 79 8 0 0.69 0.97 0 17.25 1 0.52
Hex FF 4F 8 0 45 61 0 11 64 34
Octal 377 117 10 0 105 141 0 21 144 64
Binary 11111111 1001111 1000 0 1000101 1100001 0 10001 1100100 110100

Color Harmonies of #FF4F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F08

Black with #FF4F08

Text Example


Text Example

White with #FF4F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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