Html Css Color HEX #FBDC0B Golden Yellow

📋 copy color: '#FBDC0B'

red 251 ◦ green 220 ◦ blue 11

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

Shades of Golden Yellow #FBDC0B

Tints of Golden Yellow #FBDC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.28%

R = 52.07%
G = 45.64%
B = 2.28%

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

#FBDC0B (or 0xFBDC0B) is known color: Golden Yellow. HEX triplet: FB, DC and 0B. RGB value is (251,220,11). Sum of RGB (Red+Green+Blue) = 251+220+11=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 11 (4.69% from 255 or 2.28% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC0B is #0423F4. Grayscale: #CECECE. Windows color (decimal): -271349 or 777467. OLE color: 777467.

HSL color Cylindrical-coordinate representation of color #FBDC0B: hue angle of 52.25º 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 #FBDC0B is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 220 11 -
CMYK 0 0.12 0.96 0.02
HSL 52.25º 0.97% 0.51% -
HSV(B) 52.25º 0.96% 0.98% -
XYZ 65.44 71.72 10.71 -
YUV 205.44 18.27 160.49 -
System Red Green Blue C M Y K H S L
Decimal 251 220 11 0 0.12 0.96 0.02 52.25 0.97 0.51
Hex FB DC B 0 C 60 2 34 61 33
Octal 373 334 13 0 14 140 2 64 141 63
Binary 11111011 11011100 1011 0 1100 1100000 10 110100 1100001 110011

Color Harmonies of #FBDC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC0B

Black with #FBDC0B

Text Example


Text Example

White with #FBDC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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