Html Css Color HEX #FE570C International Orange

📋 copy color: '#FE570C'

red 254 ◦ green 87 ◦ blue 12

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

Shades of International Orange #FE570C

Tints of International Orange #FE570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.65%

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

R = 71.95%
G = 24.65%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE570C (or 0xFE570C) is known color: International Orange. HEX triplet: FE, 57 and 0C. RGB value is (254,87,12). Sum of RGB (Red+Green+Blue) = 254+87+12=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE570C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE570C is #01A8F3. Grayscale: #808080. Windows color (decimal): -108788 or 808958. OLE color: 808958.

HSL color Cylindrical-coordinate representation of color #FE570C: hue angle of 18.6º 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 #FE570C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 87 12 -
CMYK 0 0.66 0.95 0.00
HSL 18.6º 0.99% 0.52% -
HSV(B) 18.6º 0.95% 1% -
XYZ 44.35 27.91 3.4 -
YUV 128.38 62.33 217.6 -
System Red Green Blue C M Y K H S L
Decimal 254 87 12 0 0.66 0.95 0.00 18.6 0.99 0.52
Hex FE 57 C 0 42 5F 0 13 63 34
Octal 376 127 14 0 102 137 0 23 143 64
Binary 11111110 1010111 1100 0 1000010 1011111 0 10011 1100011 110100

Color Harmonies of #FE570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE570C

Black with #FE570C

Text Example


Text Example

White with #FE570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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