Html Css Color HEX #FCEA02 Golden Yellow

📋 copy color: '#FCEA02'

red 252 ◦ green 234 ◦ blue 2

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

Shades of Golden Yellow #FCEA02

Tints of Golden Yellow #FCEA02

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.95%

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

R = 51.64%
G = 47.95%
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

#FCEA02 (or 0xFCEA02) is known color: Golden Yellow. HEX triplet: FC, EA and 02. RGB value is (252,234,2). Sum of RGB (Red+Green+Blue) = 252+234+2=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 2 (1.17% from 255 or 0.41% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA02 is #0315FD. Grayscale: #D5D5D5. Windows color (decimal): -202238 or 191228. OLE color: 191228.

HSL color Cylindrical-coordinate representation of color #FCEA02: hue angle of 55.68º 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 #FCEA02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 2 -
CMYK 0 0.07 0.99 0.01
HSL 55.68º 0.98% 0.5% -
HSV(B) 55.68º 0.99% 0.99% -
XYZ 69.58 79.55 11.74 -
YUV 212.93 8.96 155.86 -
System Red Green Blue C M Y K H S L
Decimal 252 234 2 0 0.07 0.99 0.01 55.68 0.98 0.5
Hex FC EA 2 0 7 63 1 38 62 32
Octal 374 352 2 0 7 143 1 70 142 62
Binary 11111100 11101010 10 0 111 1100011 1 111000 1100010 110010

Color Harmonies of #FCEA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA02

Black with #FCEA02

Text Example


Text Example

White with #FCEA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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