Html Css Color HEX #FEB240 Yellow Orange

📋 copy color: '#FEB240'

red 254 ◦ green 178 ◦ blue 64

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

Shades of Yellow Orange #FEB240

Tints of Yellow Orange #FEB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 51.21%
G = 35.89%
B = 12.9%

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

#FEB240 (or 0xFEB240) is known color: Yellow Orange. HEX triplet: FE, B2 and 40. RGB value is (254,178,64). Sum of RGB (Red+Green+Blue) = 254+178+64=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB240 is #014DBF. Grayscale: #BCBCBC. Windows color (decimal): -85440 or 4240126. OLE color: 4240126.

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

Color convert

RGB 254 178 64 -
CMYK 0 0.30 0.75 0.00
HSL 36º 0.99% 0.62% -
HSV(B) 36º 0.75% 1% -
XYZ 57.72 53.28 12.09 -
YUV 187.73 58.18 175.27 -
System Red Green Blue C M Y K H S L
Decimal 254 178 64 0 0.30 0.75 0.00 36 0.99 0.62
Hex FE B2 40 0 1E 4B 0 24 63 3E
Octal 376 262 100 0 36 113 0 44 143 76
Binary 11111110 10110010 1000000 0 11110 1001011 0 100100 1100011 111110

Color Harmonies of #FEB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB240

Black with #FEB240

Text Example


Text Example

White with #FEB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB240; }

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

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

background-color css

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

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

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

border-color css

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

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

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