Html Css Color HEX #FE5502 International Orange

📋 copy color: '#FE5502'

red 254 ◦ green 85 ◦ blue 2

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

Shades of International Orange #FE5502

Tints of International Orange #FE5502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 74.49%
G = 24.93%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE5502 (or 0xFE5502) is known color: International Orange. HEX triplet: FE, 55 and 02. RGB value is (254,85,2). Sum of RGB (Red+Green+Blue) = 254+85+2=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5502 is #01AAFD. Grayscale: #7E7E7E. Windows color (decimal): -109310 or 153086. OLE color: 153086.

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

Color convert

RGB 254 85 2 -
CMYK 0 0.67 0.99 0.00
HSL 19.76º 0.99% 0.5% -
HSV(B) 19.76º 0.99% 1% -
XYZ 44.13 27.57 3.05 -
YUV 126.07 57.99 219.25 -
System Red Green Blue C M Y K H S L
Decimal 254 85 2 0 0.67 0.99 0.00 19.76 0.99 0.5
Hex FE 55 2 0 43 63 0 14 63 32
Octal 376 125 2 0 103 143 0 24 143 62
Binary 11111110 1010101 10 0 1000011 1100011 0 10100 1100011 110010

Color Harmonies of #FE5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5502

Black with #FE5502

Text Example


Text Example

White with #FE5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5502; }

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

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

background-color css

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

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

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

border-color css

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

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

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