Html Css Color HEX #FBDF00 Golden Yellow

📋 copy color: '#FBDF00'

red 251 ◦ green 223 ◦ blue 0

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

Shades of Golden Yellow #FBDF00

Tints of Golden Yellow #FBDF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.95%
G = 47.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBDF00 (or 0xFBDF00) is known color: Golden Yellow. HEX triplet: FB, DF and 00. RGB value is (251,223,0). Sum of RGB (Red+Green+Blue) = 251+223+0=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 0 (0.39% from 255 or 0% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF00 is #0420FF. Grayscale: #CECECE. Windows color (decimal): -270592 or 57339. OLE color: 57339.

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

Color convert

RGB 251 223 0 -
CMYK 0 0.11 1 0.02
HSL 53.31º 1% 0.49% -
HSV(B) 53.31º 1% 0.98% -
XYZ 66.17 73.28 10.66 -
YUV 205.95 11.78 160.13 -
System Red Green Blue C M Y K H S L
Decimal 251 223 0 0 0.11 1 0.02 53.31 1 0.49
Hex FB DF 0 0 B 64 2 35 64 31
Octal 373 337 0 0 13 144 2 65 144 61
Binary 11111011 11011111 0 0 1011 1100100 10 110101 1100100 110001

Color Harmonies of #FBDF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF00

Black with #FBDF00

Text Example


Text Example

White with #FBDF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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