Html Css Color HEX #FBDC0C Golden Yellow

📋 copy color: '#FBDC0C'

red 251 ◦ green 220 ◦ blue 12

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

Shades of Golden Yellow #FBDC0C

Tints of Golden Yellow #FBDC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.48%

R = 51.97%
G = 45.55%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBDC0C (or 0xFBDC0C) is known color: Golden Yellow. HEX triplet: FB, DC and 0C. RGB value is (251,220,12). Sum of RGB (Red+Green+Blue) = 251+220+12=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 12 (5.08% from 255 or 2.48% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC0C is #0423F3. Grayscale: #CECECE. Windows color (decimal): -271348 or 843003. OLE color: 843003.

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

Color convert

RGB 251 220 12 -
CMYK 0 0.12 0.95 0.02
HSL 52.22º 0.97% 0.52% -
HSV(B) 52.22º 0.95% 0.98% -
XYZ 65.44 71.72 10.74 -
YUV 205.56 18.77 160.41 -
System Red Green Blue C M Y K H S L
Decimal 251 220 12 0 0.12 0.95 0.02 52.22 0.97 0.52
Hex FB DC C 0 C 5F 2 34 61 34
Octal 373 334 14 0 14 137 2 64 141 64
Binary 11111011 11011100 1100 0 1100 1011111 10 110100 1100001 110100

Color Harmonies of #FBDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC0C

Black with #FBDC0C

Text Example


Text Example

White with #FBDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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