Html Css Color HEX #FEA250 Sunshade

📋 copy color: '#FEA250'

red 254 ◦ green 162 ◦ blue 80

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

Shades of Sunshade #FEA250

Tints of Sunshade #FEA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.66%

 BLUE value IS 80 (31.64% from 255) = 16.13%

R = 51.21%
G = 32.66%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEA250 (or 0xFEA250) is known color: Sunshade. HEX triplet: FE, A2 and 50. RGB value is (254,162,80). Sum of RGB (Red+Green+Blue) = 254+162+80=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA250 is #015DAF. Grayscale: #B4B4B4. Windows color (decimal): -89520 or 5284606. OLE color: 5284606.

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

Color convert

RGB 254 162 80 -
CMYK 0 0.36 0.69 0.00
HSL 28.28º 0.99% 0.65% -
HSV(B) 28.28º 0.69% 1% -
XYZ 55.24 47.49 13.84 -
YUV 180.16 71.48 180.67 -
System Red Green Blue C M Y K H S L
Decimal 254 162 80 0 0.36 0.69 0.00 28.28 0.99 0.65
Hex FE A2 50 0 24 45 0 1C 63 41
Octal 376 242 120 0 44 105 0 34 143 101
Binary 11111110 10100010 1010000 0 100100 1000101 0 11100 1100011 1000001

Color Harmonies of #FEA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA250

Black with #FEA250

Text Example


Text Example

White with #FEA250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA250; }

 p { color: rgb(254,162,80); }

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

background-color css

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

 a { background-color: rgb(254,162,80); }

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

border-color css

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

 span { border-color: rgb(254,162,80); }

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