Html Css Color HEX #FE5205 International Orange

📋 copy color: '#FE5205'

red 254 ◦ green 82 ◦ blue 5

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

Shades of International Orange #FE5205

Tints of International Orange #FE5205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 74.49%
G = 24.05%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE5205 (or 0xFE5205) is known color: International Orange. HEX triplet: FE, 52 and 05. RGB value is (254,82,5). Sum of RGB (Red+Green+Blue) = 254+82+5=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5205 is #01ADFA. Grayscale: #7D7D7D. Windows color (decimal): -110075 or 348926. OLE color: 348926.

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

Color convert

RGB 254 82 5 -
CMYK 0 0.68 0.98 0.00
HSL 18.55º 0.99% 0.51% -
HSV(B) 18.55º 0.98% 1% -
XYZ 43.92 27.12 3.06 -
YUV 124.65 60.48 220.26 -
System Red Green Blue C M Y K H S L
Decimal 254 82 5 0 0.68 0.98 0.00 18.55 0.99 0.51
Hex FE 52 5 0 44 62 0 13 63 33
Octal 376 122 5 0 104 142 0 23 143 63
Binary 11111110 1010010 101 0 1000100 1100010 0 10011 1100011 110011

Color Harmonies of #FE5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5205

Black with #FE5205

Text Example


Text Example

White with #FE5205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5205; }

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

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

background-color css

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

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

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

border-color css

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

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

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