Html Css Color HEX #FE550C International Orange

📋 copy color: '#FE550C'

red 254 ◦ green 85 ◦ blue 12

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

Shades of International Orange #FE550C

Tints of International Orange #FE550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.22%

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

R = 72.36%
G = 24.22%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE550C (or 0xFE550C) is known color: International Orange. HEX triplet: FE, 55 and 0C. RGB value is (254,85,12). Sum of RGB (Red+Green+Blue) = 254+85+12=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE550C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE550C is #01AAF3. Grayscale: #7F7F7F. Windows color (decimal): -109300 or 808446. OLE color: 808446.

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

Color convert

RGB 254 85 12 -
CMYK 0 0.67 0.95 0.00
HSL 18.1º 0.99% 0.52% -
HSV(B) 18.1º 0.95% 1% -
XYZ 44.19 27.59 3.35 -
YUV 127.21 62.99 218.44 -
System Red Green Blue C M Y K H S L
Decimal 254 85 12 0 0.67 0.95 0.00 18.1 0.99 0.52
Hex FE 55 C 0 43 5F 0 12 63 34
Octal 376 125 14 0 103 137 0 22 143 64
Binary 11111110 1010101 1100 0 1000011 1011111 0 10010 1100011 110100

Color Harmonies of #FE550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE550C

Black with #FE550C

Text Example


Text Example

White with #FE550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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