Html Css Color HEX #FE5A1A International Orange

📋 copy color: '#FE5A1A'

red 254 ◦ green 90 ◦ blue 26

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

Shades of International Orange #FE5A1A

Tints of International Orange #FE5A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

 BLUE value IS 26 (10.55% from 255) = 7.03%

R = 68.65%
G = 24.32%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE5A1A (or 0xFE5A1A) is known color: International Orange. HEX triplet: FE, 5A and 1A. RGB value is (254,90,26). Sum of RGB (Red+Green+Blue) = 254+90+26=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A1A is #01A5E5. Grayscale: #848484. Windows color (decimal): -108006 or 1727230. OLE color: 1727230.

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

Color convert

RGB 254 90 26 -
CMYK 0 0.65 0.90 0.00
HSL 16.84º 0.99% 0.55% -
HSV(B) 16.84º 0.9% 1% -
XYZ 44.72 28.46 4.11 -
YUV 131.74 68.33 215.2 -
System Red Green Blue C M Y K H S L
Decimal 254 90 26 0 0.65 0.90 0.00 16.84 0.99 0.55
Hex FE 5A 1A 0 41 5A 0 11 63 37
Octal 376 132 32 0 101 132 0 21 143 67
Binary 11111110 1011010 11010 0 1000001 1011010 0 10001 1100011 110111

Color Harmonies of #FE5A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A1A

Black with #FE5A1A

Text Example


Text Example

White with #FE5A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A1A; }

 p { color: rgb(254,90,26); }

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

background-color css

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

 a { background-color: rgb(254,90,26); }

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

border-color css

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

 span { border-color: rgb(254,90,26); }

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