Html Css Color HEX #FBDC0D Golden Yellow

📋 copy color: '#FBDC0D'

red 251 ◦ green 220 ◦ blue 13

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

Shades of Golden Yellow #FBDC0D

Tints of Golden Yellow #FBDC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.69%

R = 51.86%
G = 45.45%
B = 2.69%

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

#FBDC0D (or 0xFBDC0D) is known color: Golden Yellow. HEX triplet: FB, DC and 0D. RGB value is (251,220,13). Sum of RGB (Red+Green+Blue) = 251+220+13=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC0D is #0423F2. Grayscale: #CECECE. Windows color (decimal): -271347 or 908539. OLE color: 908539.

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

Color convert

RGB 251 220 13 -
CMYK 0 0.12 0.95 0.02
HSL 52.18º 0.97% 0.52% -
HSV(B) 52.18º 0.95% 0.98% -
XYZ 65.45 71.72 10.78 -
YUV 205.67 19.27 160.33 -
System Red Green Blue C M Y K H S L
Decimal 251 220 13 0 0.12 0.95 0.02 52.18 0.97 0.52
Hex FB DC D 0 C 5F 2 34 61 34
Octal 373 334 15 0 14 137 2 64 141 64
Binary 11111011 11011100 1101 0 1100 1011111 10 110100 1100001 110100

Color Harmonies of #FBDC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC0D

Black with #FBDC0D

Text Example


Text Example

White with #FBDC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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