Html Css Color HEX #FE5B0A International Orange

📋 copy color: '#FE5B0A'

red 254 ◦ green 91 ◦ blue 10

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

Shades of International Orange #FE5B0A

Tints of International Orange #FE5B0A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.63%

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 71.55%
G = 25.63%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE5B0A (or 0xFE5B0A) is known color: International Orange. HEX triplet: FE, 5B and 0A. RGB value is (254,91,10). Sum of RGB (Red+Green+Blue) = 254+91+10=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5B0A is #01A4F5. Grayscale: #828282. Windows color (decimal): -107766 or 678910. OLE color: 678910.

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

Color convert

RGB 254 91 10 -
CMYK 0 0.64 0.96 0.00
HSL 19.92º 0.99% 0.52% -
HSV(B) 19.92º 0.96% 1% -
XYZ 44.67 28.57 3.45 -
YUV 130.5 60 216.09 -
System Red Green Blue C M Y K H S L
Decimal 254 91 10 0 0.64 0.96 0.00 19.92 0.99 0.52
Hex FE 5B A 0 40 60 0 14 63 34
Octal 376 133 12 0 100 140 0 24 143 64
Binary 11111110 1011011 1010 0 1000000 1100000 0 10100 1100011 110100

Color Harmonies of #FE5B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B0A

Black with #FE5B0A

Text Example


Text Example

White with #FE5B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B0A; }

 p { color: rgb(254,91,10); }

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

background-color css

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

 a { background-color: rgb(254,91,10); }

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

border-color css

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

 span { border-color: rgb(254,91,10); }

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