Html Css Color HEX #FBDC02 Golden Yellow

📋 copy color: '#FBDC02'

red 251 ◦ green 220 ◦ blue 2

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

Shades of Golden Yellow #FBDC02

Tints of Golden Yellow #FBDC02

RGB

 RED value IS 251 (98.44% from 255) = 53.07%

 GREEN value IS 220 (86.33% from 255) = 46.51%

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

R = 53.07%
G = 46.51%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBDC02 (or 0xFBDC02) is known color: Golden Yellow. HEX triplet: FB, DC and 02. RGB value is (251,220,2). Sum of RGB (Red+Green+Blue) = 251+220+2=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 2 (1.17% from 255 or 0.42% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC02 is #0423FD. Grayscale: #CDCDCD. Windows color (decimal): -271358 or 187643. OLE color: 187643.

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

Color convert

RGB 251 220 2 -
CMYK 0 0.12 0.99 0.02
HSL 52.53º 0.98% 0.5% -
HSV(B) 52.53º 0.99% 0.98% -
XYZ 65.39 71.7 10.45 -
YUV 204.42 13.77 161.23 -
System Red Green Blue C M Y K H S L
Decimal 251 220 2 0 0.12 0.99 0.02 52.53 0.98 0.5
Hex FB DC 2 0 C 63 2 35 62 32
Octal 373 334 2 0 14 143 2 65 142 62
Binary 11111011 11011100 10 0 1100 1100011 10 110101 1100010 110010

Color Harmonies of #FBDC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC02

Black with #FBDC02

Text Example


Text Example

White with #FBDC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC02; }

 p { color: rgb(251,220,2); }

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

background-color css

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

 a { background-color: rgb(251,220,2); }

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

border-color css

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

 span { border-color: rgb(251,220,2); }

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