Html Css Color HEX #FE5200 International Orange

📋 copy color: '#FE5200'

red 254 ◦ green 82 ◦ blue 0

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

Shades of International Orange #FE5200

Tints of International Orange #FE5200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.6%
G = 24.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE5200 (or 0xFE5200) is known color: International Orange. HEX triplet: FE, 52 and 00. RGB value is (254,82,0). Sum of RGB (Red+Green+Blue) = 254+82+0=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5200 is #01ADFF. Grayscale: #7C7C7C. Windows color (decimal): -110080 or 21246. OLE color: 21246.

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

Color convert

RGB 254 82 0 -
CMYK 0 0.68 1 0.00
HSL 19.37º 1% 0.5% -
HSV(B) 19.37º 1% 1% -
XYZ 43.89 27.11 2.92 -
YUV 124.08 57.98 220.67 -
System Red Green Blue C M Y K H S L
Decimal 254 82 0 0 0.68 1 0.00 19.37 1 0.5
Hex FE 52 0 0 44 64 0 13 64 32
Octal 376 122 0 0 104 144 0 23 144 62
Binary 11111110 1010010 0 0 1000100 1100100 0 10011 1100100 110010

Color Harmonies of #FE5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5200

Black with #FE5200

Text Example


Text Example

White with #FE5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5200; }

 p { color: rgb(254,82,0); }

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

background-color css

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

 a { background-color: rgb(254,82,0); }

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

border-color css

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

 span { border-color: rgb(254,82,0); }

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