Html Css Color HEX #FBDF02 Golden Yellow

📋 copy color: '#FBDF02'

red 251 ◦ green 223 ◦ blue 2

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

Shades of Golden Yellow #FBDF02

Tints of Golden Yellow #FBDF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 52.73%
G = 46.85%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBDF02 (or 0xFBDF02) is known color: Golden Yellow. HEX triplet: FB, DF and 02. RGB value is (251,223,2). Sum of RGB (Red+Green+Blue) = 251+223+2=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 2 (1.17% from 255 or 0.42% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF02 is #0420FD. Grayscale: #CFCFCF. Windows color (decimal): -270590 or 188411. OLE color: 188411.

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

Color convert

RGB 251 223 2 -
CMYK 0 0.11 0.99 0.02
HSL 53.25º 0.98% 0.5% -
HSV(B) 53.25º 0.99% 0.98% -
XYZ 66.18 73.29 10.72 -
YUV 206.18 12.78 159.97 -
System Red Green Blue C M Y K H S L
Decimal 251 223 2 0 0.11 0.99 0.02 53.25 0.98 0.5
Hex FB DF 2 0 B 63 2 35 62 32
Octal 373 337 2 0 13 143 2 65 142 62
Binary 11111011 11011111 10 0 1011 1100011 10 110101 1100010 110010

Color Harmonies of #FBDF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF02

Black with #FBDF02

Text Example


Text Example

White with #FBDF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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