Html Css Color HEX #FEB542 Yellow Orange

📋 copy color: '#FEB542'

red 254 ◦ green 181 ◦ blue 66

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

Shades of Yellow Orange #FEB542

Tints of Yellow Orange #FEB542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.13%

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

R = 50.7%
G = 36.13%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEB542 (or 0xFEB542) is known color: Yellow Orange. HEX triplet: FE, B5 and 42. RGB value is (254,181,66). Sum of RGB (Red+Green+Blue) = 254+181+66=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB542 is #014ABD. Grayscale: #BEBEBE. Windows color (decimal): -84670 or 4371966. OLE color: 4371966.

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

Color convert

RGB 254 181 66 -
CMYK 0 0.29 0.74 0.00
HSL 36.7º 0.99% 0.63% -
HSV(B) 36.7º 0.74% 1% -
XYZ 58.38 54.51 12.6 -
YUV 189.72 58.18 173.85 -
System Red Green Blue C M Y K H S L
Decimal 254 181 66 0 0.29 0.74 0.00 36.7 0.99 0.63
Hex FE B5 42 0 1D 4A 0 25 63 3F
Octal 376 265 102 0 35 112 0 45 143 77
Binary 11111110 10110101 1000010 0 11101 1001010 0 100101 1100011 111111

Color Harmonies of #FEB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB542

Black with #FEB542

Text Example


Text Example

White with #FEB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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