Html Css Color HEX #FE4F05 International Orange

📋 copy color: '#FE4F05'

red 254 ◦ green 79 ◦ blue 5

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

Shades of International Orange #FE4F05

Tints of International Orange #FE4F05

RGB

 RED value IS 254 (99.61% from 255) = 75.15%

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

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

R = 75.15%
G = 23.37%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE4F05 (or 0xFE4F05) is known color: International Orange. HEX triplet: FE, 4F and 05. RGB value is (254,79,5). Sum of RGB (Red+Green+Blue) = 254+79+5=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4F05 is #01B0FA. Grayscale: #7B7B7B. Windows color (decimal): -110843 or 348158. OLE color: 348158.

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

Color convert

RGB 254 79 5 -
CMYK 0 0.69 0.98 0.00
HSL 17.83º 0.99% 0.51% -
HSV(B) 17.83º 0.98% 1% -
XYZ 43.7 26.67 2.99 -
YUV 122.89 61.48 221.52 -
System Red Green Blue C M Y K H S L
Decimal 254 79 5 0 0.69 0.98 0.00 17.83 0.99 0.51
Hex FE 4F 5 0 45 62 0 12 63 33
Octal 376 117 5 0 105 142 0 22 143 63
Binary 11111110 1001111 101 0 1000101 1100010 0 10010 1100011 110011

Color Harmonies of #FE4F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4F05

Black with #FE4F05

Text Example


Text Example

White with #FE4F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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