Html Css Color HEX #FBDF06 Golden Yellow

📋 copy color: '#FBDF06'

red 251 ◦ green 223 ◦ blue 6

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

Shades of Golden Yellow #FBDF06

Tints of Golden Yellow #FBDF06

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.46%

 BLUE value IS 6 (2.73% from 255) = 1.25%

R = 52.29%
G = 46.46%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBDF06 (or 0xFBDF06) is known color: Golden Yellow. HEX triplet: FB, DF and 06. RGB value is (251,223,6). Sum of RGB (Red+Green+Blue) = 251+223+6=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 6 (2.73% from 255 or 1.25% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF06 is #0420F9. Grayscale: #CFCFCF. Windows color (decimal): -270586 or 450555. OLE color: 450555.

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

Color convert

RGB 251 223 6 -
CMYK 0 0.11 0.98 0.02
HSL 53.14º 0.97% 0.5% -
HSV(B) 53.14º 0.98% 0.98% -
XYZ 66.2 73.3 10.83 -
YUV 206.63 14.78 159.64 -
System Red Green Blue C M Y K H S L
Decimal 251 223 6 0 0.11 0.98 0.02 53.14 0.97 0.5
Hex FB DF 6 0 B 62 2 35 61 32
Octal 373 337 6 0 13 142 2 65 141 62
Binary 11111011 11011111 110 0 1011 1100010 10 110101 1100001 110010

Color Harmonies of #FBDF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF06

Black with #FBDF06

Text Example


Text Example

White with #FBDF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF06; }

 p { color: rgb(251,223,6); }

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

background-color css

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

 a { background-color: rgb(251,223,6); }

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

border-color css

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

 span { border-color: rgb(251,223,6); }

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