Html Css Color HEX #FEB140 Yellow Orange

📋 copy color: '#FEB140'

red 254 ◦ green 177 ◦ blue 64

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

Shades of Yellow Orange #FEB140

Tints of Yellow Orange #FEB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.76%

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

R = 51.31%
G = 35.76%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEB140 (or 0xFEB140) is known color: Yellow Orange. HEX triplet: FE, B1 and 40. RGB value is (254,177,64). Sum of RGB (Red+Green+Blue) = 254+177+64=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB140 is #014EBF. Grayscale: #BBBBBB. Windows color (decimal): -85696 or 4239870. OLE color: 4239870.

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

Color convert

RGB 254 177 64 -
CMYK 0 0.30 0.75 0.00
HSL 35.68º 0.99% 0.62% -
HSV(B) 35.68º 0.75% 1% -
XYZ 57.52 52.89 12.03 -
YUV 187.14 58.51 175.69 -
System Red Green Blue C M Y K H S L
Decimal 254 177 64 0 0.30 0.75 0.00 35.68 0.99 0.62
Hex FE B1 40 0 1E 4B 0 24 63 3E
Octal 376 261 100 0 36 113 0 44 143 76
Binary 11111110 10110001 1000000 0 11110 1001011 0 100100 1100011 111110

Color Harmonies of #FEB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB140

Black with #FEB140

Text Example


Text Example

White with #FEB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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