Html Css Color HEX #FE5613 International Orange

📋 copy color: '#FE5613'

red 254 ◦ green 86 ◦ blue 19

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

Shades of International Orange #FE5613

Tints of International Orange #FE5613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 70.75%
G = 23.96%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE5613 (or 0xFE5613) is known color: International Orange. HEX triplet: FE, 56 and 13. RGB value is (254,86,19). Sum of RGB (Red+Green+Blue) = 254+86+19=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5613 is #01A9EC. Grayscale: #818181. Windows color (decimal): -109037 or 1267454. OLE color: 1267454.

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

Color convert

RGB 254 86 19 -
CMYK 0 0.66 0.93 0.00
HSL 17.11º 0.99% 0.54% -
HSV(B) 17.11º 0.93% 1% -
XYZ 44.32 27.77 3.64 -
YUV 128.59 66.16 217.45 -
System Red Green Blue C M Y K H S L
Decimal 254 86 19 0 0.66 0.93 0.00 17.11 0.99 0.54
Hex FE 56 13 0 42 5D 0 11 63 36
Octal 376 126 23 0 102 135 0 21 143 66
Binary 11111110 1010110 10011 0 1000010 1011101 0 10001 1100011 110110

Color Harmonies of #FE5613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5613

Black with #FE5613

Text Example


Text Example

White with #FE5613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5613; }

 p { color: rgb(254,86,19); }

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

background-color css

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

 a { background-color: rgb(254,86,19); }

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

border-color css

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

 span { border-color: rgb(254,86,19); }

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