Html Css Color HEX #FE5807 International Orange

📋 copy color: '#FE5807'

red 254 ◦ green 88 ◦ blue 7

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

Shades of International Orange #FE5807

Tints of International Orange #FE5807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.01%

R = 72.78%
G = 25.21%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE5807 (or 0xFE5807) is known color: International Orange. HEX triplet: FE, 58 and 07. RGB value is (254,88,7). Sum of RGB (Red+Green+Blue) = 254+88+7=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5807 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5807 is #01A7F8. Grayscale: #808080. Windows color (decimal): -108537 or 481534. OLE color: 481534.

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

Color convert

RGB 254 88 7 -
CMYK 0 0.65 0.97 0.00
HSL 19.68º 0.99% 0.51% -
HSV(B) 19.68º 0.97% 1% -
XYZ 44.4 28.07 3.28 -
YUV 128.4 59.5 217.59 -
System Red Green Blue C M Y K H S L
Decimal 254 88 7 0 0.65 0.97 0.00 19.68 0.99 0.51
Hex FE 58 7 0 41 61 0 14 63 33
Octal 376 130 7 0 101 141 0 24 143 63
Binary 11111110 1011000 111 0 1000001 1100001 0 10100 1100011 110011

Color Harmonies of #FE5807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5807

Black with #FE5807

Text Example


Text Example

White with #FE5807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5807; }

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

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

background-color css

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

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

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

border-color css

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

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

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