Html Css Color HEX #FE5506 International Orange

📋 copy color: '#FE5506'

red 254 ◦ green 85 ◦ blue 6

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

Shades of International Orange #FE5506

Tints of International Orange #FE5506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 73.62%
G = 24.64%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE5506 (or 0xFE5506) is known color: International Orange. HEX triplet: FE, 55 and 06. RGB value is (254,85,6). Sum of RGB (Red+Green+Blue) = 254+85+6=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5506 is #01AAF9. Grayscale: #7F7F7F. Windows color (decimal): -109306 or 415230. OLE color: 415230.

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

Color convert

RGB 254 85 6 -
CMYK 0 0.67 0.98 0.00
HSL 19.11º 0.99% 0.51% -
HSV(B) 19.11º 0.98% 1% -
XYZ 44.15 27.58 3.17 -
YUV 126.53 59.99 218.92 -
System Red Green Blue C M Y K H S L
Decimal 254 85 6 0 0.67 0.98 0.00 19.11 0.99 0.51
Hex FE 55 6 0 43 62 0 13 63 33
Octal 376 125 6 0 103 142 0 23 143 63
Binary 11111110 1010101 110 0 1000011 1100010 0 10011 1100011 110011

Color Harmonies of #FE5506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5506

Black with #FE5506

Text Example


Text Example

White with #FE5506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5506; }

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

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

background-color css

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

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

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

border-color css

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

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

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