Html Css Color HEX #FE5612 International Orange

📋 copy color: '#FE5612'

red 254 ◦ green 86 ◦ blue 18

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

Shades of International Orange #FE5612

Tints of International Orange #FE5612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 70.95%
G = 24.02%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE5612 (or 0xFE5612) is known color: International Orange. HEX triplet: FE, 56 and 12. RGB value is (254,86,18). Sum of RGB (Red+Green+Blue) = 254+86+18=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5612 is #01A9ED. Grayscale: #808080. Windows color (decimal): -109038 or 1201918. OLE color: 1201918.

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

Color convert

RGB 254 86 18 -
CMYK 0 0.66 0.93 0.00
HSL 17.29º 0.99% 0.53% -
HSV(B) 17.29º 0.93% 1% -
XYZ 44.31 27.77 3.6 -
YUV 128.48 65.66 217.53 -
System Red Green Blue C M Y K H S L
Decimal 254 86 18 0 0.66 0.93 0.00 17.29 0.99 0.53
Hex FE 56 12 0 42 5D 0 11 63 35
Octal 376 126 22 0 102 135 0 21 143 65
Binary 11111110 1010110 10010 0 1000010 1011101 0 10001 1100011 110101

Color Harmonies of #FE5612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5612

Black with #FE5612

Text Example


Text Example

White with #FE5612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5612; }

 p { color: rgb(254,86,18); }

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

background-color css

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

 a { background-color: rgb(254,86,18); }

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

border-color css

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

 span { border-color: rgb(254,86,18); }

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