Html Css Color HEX #FEB040 Yellow Orange

📋 copy color: '#FEB040'

red 254 ◦ green 176 ◦ blue 64

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

Shades of Yellow Orange #FEB040

Tints of Yellow Orange #FEB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

 BLUE value IS 64 (25.39% from 255) = 12.96%

R = 51.42%
G = 35.63%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEB040 (or 0xFEB040) is known color: Yellow Orange. HEX triplet: FE, B0 and 40. RGB value is (254,176,64). Sum of RGB (Red+Green+Blue) = 254+176+64=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB040 is #014FBF. Grayscale: #BBBBBB. Windows color (decimal): -85952 or 4239614. OLE color: 4239614.

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

Color convert

RGB 254 176 64 -
CMYK 0 0.31 0.75 0.00
HSL 35.37º 0.99% 0.62% -
HSV(B) 35.37º 0.75% 1% -
XYZ 57.32 52.49 11.96 -
YUV 186.55 58.84 176.11 -
System Red Green Blue C M Y K H S L
Decimal 254 176 64 0 0.31 0.75 0.00 35.37 0.99 0.62
Hex FE B0 40 0 1F 4B 0 23 63 3E
Octal 376 260 100 0 37 113 0 43 143 76
Binary 11111110 10110000 1000000 0 11111 1001011 0 100011 1100011 111110

Color Harmonies of #FEB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB040

Black with #FEB040

Text Example


Text Example

White with #FEB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB040; }

 p { color: rgb(254,176,64); }

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

background-color css

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

 a { background-color: rgb(254,176,64); }

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

border-color css

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

 span { border-color: rgb(254,176,64); }

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