Html Css Color HEX #FE5402 International Orange

📋 copy color: '#FE5402'

red 254 ◦ green 84 ◦ blue 2

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

Shades of International Orange #FE5402

Tints of International Orange #FE5402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

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

R = 74.71%
G = 24.71%
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

#FE5402 (or 0xFE5402) is known color: International Orange. HEX triplet: FE, 54 and 02. RGB value is (254,84,2). Sum of RGB (Red+Green+Blue) = 254+84+2=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5402 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5402 is #01ABFD. Grayscale: #7D7D7D. Windows color (decimal): -109566 or 152830. OLE color: 152830.

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

Color convert

RGB 254 84 2 -
CMYK 0 0.67 0.99 0.00
HSL 19.52º 0.99% 0.5% -
HSV(B) 19.52º 0.99% 1% -
XYZ 44.05 27.42 3.03 -
YUV 125.48 58.32 219.67 -
System Red Green Blue C M Y K H S L
Decimal 254 84 2 0 0.67 0.99 0.00 19.52 0.99 0.5
Hex FE 54 2 0 43 63 0 14 63 32
Octal 376 124 2 0 103 143 0 24 143 62
Binary 11111110 1010100 10 0 1000011 1100011 0 10100 1100011 110010

Color Harmonies of #FE5402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5402

Black with #FE5402

Text Example


Text Example

White with #FE5402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5402; }

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

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

background-color css

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

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

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

border-color css

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

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

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