Html Css Color HEX #FBDD07 Golden Yellow

📋 copy color: '#FBDD07'

red 251 ◦ green 221 ◦ blue 7

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

Shades of Golden Yellow #FBDD07

Tints of Golden Yellow #FBDD07

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.14%

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

R = 52.4%
G = 46.14%
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

#FBDD07 (or 0xFBDD07) is known color: Golden Yellow. HEX triplet: FB, DD and 07. RGB value is (251,221,7). Sum of RGB (Red+Green+Blue) = 251+221+7=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 7 (3.12% from 255 or 1.46% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDD07 is #0422F8. Grayscale: #CECECE. Windows color (decimal): -271097 or 515579. OLE color: 515579.

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

Color convert

RGB 251 221 7 -
CMYK 0 0.12 0.97 0.02
HSL 52.62º 0.97% 0.51% -
HSV(B) 52.62º 0.97% 0.98% -
XYZ 65.68 72.24 10.68 -
YUV 205.57 15.94 160.4 -
System Red Green Blue C M Y K H S L
Decimal 251 221 7 0 0.12 0.97 0.02 52.62 0.97 0.51
Hex FB DD 7 0 C 61 2 35 61 33
Octal 373 335 7 0 14 141 2 65 141 63
Binary 11111011 11011101 111 0 1100 1100001 10 110101 1100001 110011

Color Harmonies of #FBDD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD07

Black with #FBDD07

Text Example


Text Example

White with #FBDD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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