Html Css Color HEX #FF4F05 International Orange

📋 copy color: '#FF4F05'

red 255 ◦ green 79 ◦ blue 5

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

Shades of International Orange #FF4F05

Tints of International Orange #FF4F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 75.22%
G = 23.3%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF4F05 (or 0xFF4F05) is known color: International Orange. HEX triplet: FF, 4F and 05. RGB value is (255,79,5). Sum of RGB (Red+Green+Blue) = 255+79+5=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F05 is #00B0FA. Grayscale: #7B7B7B. Windows color (decimal): -45307 or 348159. OLE color: 348159.

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

Color convert

RGB 255 79 5 -
CMYK 0 0.69 0.98 0
HSL 17.76º 1% 0.51% -
HSV(B) 17.76º 0.98% 1% -
XYZ 44.06 26.86 3.01 -
YUV 123.19 61.31 222.02 -
System Red Green Blue C M Y K H S L
Decimal 255 79 5 0 0.69 0.98 0 17.76 1 0.51
Hex FF 4F 5 0 45 62 0 12 64 33
Octal 377 117 5 0 105 142 0 22 144 63
Binary 11111111 1001111 101 0 1000101 1100010 0 10010 1100100 110011

Color Harmonies of #FF4F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F05

Black with #FF4F05

Text Example


Text Example

White with #FF4F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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