Html Css Color HEX #FE5A0C International Orange

📋 copy color: '#FE5A0C'

red 254 ◦ green 90 ◦ blue 12

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

Shades of International Orange #FE5A0C

Tints of International Orange #FE5A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 12 (5.08% from 255) = 3.37%

R = 71.35%
G = 25.28%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE5A0C (or 0xFE5A0C) is known color: International Orange. HEX triplet: FE, 5A and 0C. RGB value is (254,90,12). Sum of RGB (Red+Green+Blue) = 254+90+12=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5A0C is #01A5F3. Grayscale: #828282. Windows color (decimal): -108020 or 809726. OLE color: 809726.

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

Color convert

RGB 254 90 12 -
CMYK 0 0.65 0.95 0.00
HSL 19.34º 0.99% 0.52% -
HSV(B) 19.34º 0.95% 1% -
XYZ 44.6 28.41 3.48 -
YUV 130.14 61.33 216.34 -
System Red Green Blue C M Y K H S L
Decimal 254 90 12 0 0.65 0.95 0.00 19.34 0.99 0.52
Hex FE 5A C 0 41 5F 0 13 63 34
Octal 376 132 14 0 101 137 0 23 143 64
Binary 11111110 1011010 1100 0 1000001 1011111 0 10011 1100011 110100

Color Harmonies of #FE5A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A0C

Black with #FE5A0C

Text Example


Text Example

White with #FE5A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A0C; }

 p { color: rgb(254,90,12); }

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

background-color css

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

 a { background-color: rgb(254,90,12); }

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

border-color css

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

 span { border-color: rgb(254,90,12); }

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