Html Css Color HEX #FEA942 Yellow Orange

📋 copy color: '#FEA942'

red 254 ◦ green 169 ◦ blue 66

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

Shades of Yellow Orange #FEA942

Tints of Yellow Orange #FEA942

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

 BLUE value IS 66 (26.17% from 255) = 13.5%

R = 51.94%
G = 34.56%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEA942 (or 0xFEA942) is known color: Yellow Orange. HEX triplet: FE, A9 and 42. RGB value is (254,169,66). Sum of RGB (Red+Green+Blue) = 254+169+66=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA942 is #0156BD. Grayscale: #B7B7B7. Windows color (decimal): -87742 or 4368894. OLE color: 4368894.

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

Color convert

RGB 254 169 66 -
CMYK 0 0.33 0.74 0.00
HSL 32.87º 0.99% 0.63% -
HSV(B) 32.87º 0.74% 1% -
XYZ 56.04 49.84 11.82 -
YUV 182.67 62.16 178.88 -
System Red Green Blue C M Y K H S L
Decimal 254 169 66 0 0.33 0.74 0.00 32.87 0.99 0.63
Hex FE A9 42 0 21 4A 0 21 63 3F
Octal 376 251 102 0 41 112 0 41 143 77
Binary 11111110 10101001 1000010 0 100001 1001010 0 100001 1100011 111111

Color Harmonies of #FEA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA942

Black with #FEA942

Text Example


Text Example

White with #FEA942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA942; }

 p { color: rgb(254,169,66); }

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

background-color css

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

 a { background-color: rgb(254,169,66); }

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

border-color css

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

 span { border-color: rgb(254,169,66); }

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