Html Css Color HEX #FBDC07 Golden Yellow

📋 copy color: '#FBDC07'

red 251 ◦ green 220 ◦ blue 7

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

Shades of Golden Yellow #FBDC07

Tints of Golden Yellow #FBDC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.46%

R = 52.51%
G = 46.03%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FBDC07 (or 0xFBDC07) is known color: Golden Yellow. HEX triplet: FB, DC and 07. RGB value is (251,220,7). Sum of RGB (Red+Green+Blue) = 251+220+7=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 7 (3.12% from 255 or 1.46% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC07 is #0423F8. Grayscale: #CDCDCD. Windows color (decimal): -271353 or 515323. OLE color: 515323.

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

Color convert

RGB 251 220 7 -
CMYK 0 0.12 0.97 0.02
HSL 52.38º 0.97% 0.51% -
HSV(B) 52.38º 0.97% 0.98% -
XYZ 65.42 71.71 10.59 -
YUV 204.99 16.27 160.82 -
System Red Green Blue C M Y K H S L
Decimal 251 220 7 0 0.12 0.97 0.02 52.38 0.97 0.51
Hex FB DC 7 0 C 61 2 34 61 33
Octal 373 334 7 0 14 141 2 64 141 63
Binary 11111011 11011100 111 0 1100 1100001 10 110100 1100001 110011

Color Harmonies of #FBDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC07

Black with #FBDC07

Text Example


Text Example

White with #FBDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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