Html Css Color HEX #FCEB02 Golden Yellow

📋 copy color: '#FCEB02'

red 252 ◦ green 235 ◦ blue 2

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

Shades of Golden Yellow #FCEB02

Tints of Golden Yellow #FCEB02

RGB

 RED value IS 252 (98.83% from 255) = 51.53%

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

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

R = 51.53%
G = 48.06%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCEB02 (or 0xFCEB02) is known color: Golden Yellow. HEX triplet: FC, EB and 02. RGB value is (252,235,2). Sum of RGB (Red+Green+Blue) = 252+235+2=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 2 (1.17% from 255 or 0.41% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEB02 is #0314FD. Grayscale: #D6D6D6. Windows color (decimal): -201982 or 191484. OLE color: 191484.

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

Color convert

RGB 252 235 2 -
CMYK 0 0.07 0.99 0.01
HSL 55.92º 0.98% 0.5% -
HSV(B) 55.92º 0.99% 0.99% -
XYZ 69.86 80.12 11.84 -
YUV 213.52 8.63 155.45 -
System Red Green Blue C M Y K H S L
Decimal 252 235 2 0 0.07 0.99 0.01 55.92 0.98 0.5
Hex FC EB 2 0 7 63 1 38 62 32
Octal 374 353 2 0 7 143 1 70 142 62
Binary 11111100 11101011 10 0 111 1100011 1 111000 1100010 110010

Color Harmonies of #FCEB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB02

Black with #FCEB02

Text Example


Text Example

White with #FCEB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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