Html Css Color HEX #FEEB02 Golden Yellow

📋 copy color: '#FEEB02'

red 254 ◦ green 235 ◦ blue 2

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

Shades of Golden Yellow #FEEB02

Tints of Golden Yellow #FEEB02

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.86%

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 51.73%
G = 47.86%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEEB02 (or 0xFEEB02) is known color: Golden Yellow. HEX triplet: FE, EB and 02. RGB value is (254,235,2). Sum of RGB (Red+Green+Blue) = 254+235+2=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 2 (1.17% from 255 or 0.41% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEB02 is #0114FD. Grayscale: #D7D7D7. Windows color (decimal): -70910 or 191486. OLE color: 191486.

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

Color convert

RGB 254 235 2 -
CMYK 0 0.07 0.99 0.00
HSL 55.48º 0.99% 0.5% -
HSV(B) 55.48º 0.99% 1% -
XYZ 70.59 80.49 11.87 -
YUV 214.12 8.29 156.45 -
System Red Green Blue C M Y K H S L
Decimal 254 235 2 0 0.07 0.99 0.00 55.48 0.99 0.5
Hex FE EB 2 0 7 63 0 37 63 32
Octal 376 353 2 0 7 143 0 67 143 62
Binary 11111110 11101011 10 0 111 1100011 0 110111 1100011 110010

Color Harmonies of #FEEB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB02

Black with #FEEB02

Text Example


Text Example

White with #FEEB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB02; }

 p { color: rgb(254,235,2); }

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

background-color css

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

 a { background-color: rgb(254,235,2); }

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

border-color css

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

 span { border-color: rgb(254,235,2); }

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