Html Css Color HEX #FEA742 Yellow Orange

📋 copy color: '#FEA742'

red 254 ◦ green 167 ◦ blue 66

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

Shades of Yellow Orange #FEA742

Tints of Yellow Orange #FEA742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

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

R = 52.16%
G = 34.29%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEA742 (or 0xFEA742) is known color: Yellow Orange. HEX triplet: FE, A7 and 42. RGB value is (254,167,66). Sum of RGB (Red+Green+Blue) = 254+167+66=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA742 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA742 is #0158BD. Grayscale: #B5B5B5. Windows color (decimal): -88254 or 4368382. OLE color: 4368382.

HSL color Cylindrical-coordinate representation of color #FEA742: hue angle of 32.23º 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 #FEA742 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 167 66 -
CMYK 0 0.34 0.74 0.00
HSL 32.23º 0.99% 0.63% -
HSV(B) 32.23º 0.74% 1% -
XYZ 55.68 49.1 11.7 -
YUV 181.5 62.82 179.71 -
System Red Green Blue C M Y K H S L
Decimal 254 167 66 0 0.34 0.74 0.00 32.23 0.99 0.63
Hex FE A7 42 0 22 4A 0 20 63 3F
Octal 376 247 102 0 42 112 0 40 143 77
Binary 11111110 10100111 1000010 0 100010 1001010 0 100000 1100011 111111

Color Harmonies of #FEA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA742

Black with #FEA742

Text Example


Text Example

White with #FEA742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA742; }

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

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

background-color css

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

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

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

border-color css

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

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

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