Html Css Color HEX #FBDC0A Golden Yellow

📋 copy color: '#FBDC0A'

red 251 ◦ green 220 ◦ blue 10

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

Shades of Golden Yellow #FBDC0A

Tints of Golden Yellow #FBDC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.08%

R = 52.18%
G = 45.74%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBDC0A (or 0xFBDC0A) is known color: Golden Yellow. HEX triplet: FB, DC and 0A. RGB value is (251,220,10). Sum of RGB (Red+Green+Blue) = 251+220+10=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC0A is #0423F5. Grayscale: #CECECE. Windows color (decimal): -271350 or 711931. OLE color: 711931.

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

Color convert

RGB 251 220 10 -
CMYK 0 0.12 0.96 0.02
HSL 52.28º 0.97% 0.51% -
HSV(B) 52.28º 0.96% 0.98% -
XYZ 65.43 71.72 10.68 -
YUV 205.33 17.77 160.58 -
System Red Green Blue C M Y K H S L
Decimal 251 220 10 0 0.12 0.96 0.02 52.28 0.97 0.51
Hex FB DC A 0 C 60 2 34 61 33
Octal 373 334 12 0 14 140 2 64 141 63
Binary 11111011 11011100 1010 0 1100 1100000 10 110100 1100001 110011

Color Harmonies of #FBDC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC0A

Black with #FBDC0A

Text Example


Text Example

White with #FBDC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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