Html Css Color HEX #FE5002 International Orange

📋 copy color: '#FE5002'

red 254 ◦ green 80 ◦ blue 2

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

Shades of International Orange #FE5002

Tints of International Orange #FE5002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

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

R = 75.6%
G = 23.81%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE5002 (or 0xFE5002) is known color: International Orange. HEX triplet: FE, 50 and 02. RGB value is (254,80,2). Sum of RGB (Red+Green+Blue) = 254+80+2=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5002 is #01AFFD. Grayscale: #7B7B7B. Windows color (decimal): -110590 or 151806. OLE color: 151806.

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

Color convert

RGB 254 80 2 -
CMYK 0 0.69 0.99 0.00
HSL 18.57º 0.99% 0.5% -
HSV(B) 18.57º 0.99% 1% -
XYZ 43.75 26.81 2.93 -
YUV 123.13 59.65 221.34 -
System Red Green Blue C M Y K H S L
Decimal 254 80 2 0 0.69 0.99 0.00 18.57 0.99 0.5
Hex FE 50 2 0 45 63 0 13 63 32
Octal 376 120 2 0 105 143 0 23 143 62
Binary 11111110 1010000 10 0 1000101 1100011 0 10011 1100011 110010

Color Harmonies of #FE5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5002

Black with #FE5002

Text Example


Text Example

White with #FE5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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