Html Css Color HEX #FCE702 Golden Yellow

📋 copy color: '#FCE702'

red 252 ◦ green 231 ◦ blue 2

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

Shades of Golden Yellow #FCE702

Tints of Golden Yellow #FCE702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.63%

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

R = 51.96%
G = 47.63%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCE702 (or 0xFCE702) is known color: Golden Yellow. HEX triplet: FC, E7 and 02. RGB value is (252,231,2). Sum of RGB (Red+Green+Blue) = 252+231+2=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 2 (1.17% from 255 or 0.41% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE702 is #0318FD. Grayscale: #D4D4D4. Windows color (decimal): -203006 or 190460. OLE color: 190460.

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

Color convert

RGB 252 231 2 -
CMYK 0 0.08 0.99 0.01
HSL 54.96º 0.98% 0.5% -
HSV(B) 54.96º 0.99% 0.99% -
XYZ 68.73 77.85 11.46 -
YUV 211.17 9.96 157.12 -
System Red Green Blue C M Y K H S L
Decimal 252 231 2 0 0.08 0.99 0.01 54.96 0.98 0.5
Hex FC E7 2 0 8 63 1 37 62 32
Octal 374 347 2 0 10 143 1 67 142 62
Binary 11111100 11100111 10 0 1000 1100011 1 110111 1100010 110010

Color Harmonies of #FCE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE702

Black with #FCE702

Text Example


Text Example

White with #FCE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE702; }

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

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

background-color css

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

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

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

border-color css

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

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

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