Html Css Color HEX #FE5814 International Orange

📋 copy color: '#FE5814'

red 254 ◦ green 88 ◦ blue 20

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

Shades of International Orange #FE5814

Tints of International Orange #FE5814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.31%

 BLUE value IS 20 (8.2% from 255) = 5.52%

R = 70.17%
G = 24.31%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE5814 (or 0xFE5814) is known color: International Orange. HEX triplet: FE, 58 and 14. RGB value is (254,88,20). Sum of RGB (Red+Green+Blue) = 254+88+20=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5814 is #01A7EB. Grayscale: #828282. Windows color (decimal): -108524 or 1333502. OLE color: 1333502.

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

Color convert

RGB 254 88 20 -
CMYK 0 0.65 0.92 0.00
HSL 17.44º 0.99% 0.54% -
HSV(B) 17.44º 0.92% 1% -
XYZ 44.49 28.1 3.74 -
YUV 129.88 66 216.53 -
System Red Green Blue C M Y K H S L
Decimal 254 88 20 0 0.65 0.92 0.00 17.44 0.99 0.54
Hex FE 58 14 0 41 5C 0 11 63 36
Octal 376 130 24 0 101 134 0 21 143 66
Binary 11111110 1011000 10100 0 1000001 1011100 0 10001 1100011 110110

Color Harmonies of #FE5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5814

Black with #FE5814

Text Example


Text Example

White with #FE5814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5814; }

 p { color: rgb(254,88,20); }

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

background-color css

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

 a { background-color: rgb(254,88,20); }

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

border-color css

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

 span { border-color: rgb(254,88,20); }

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