Html Css Color HEX #FBFD02 Yellow

📋 copy color: '#FBFD02'

red 251 ◦ green 253 ◦ blue 2

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

Shades of Yellow #FBFD02

Tints of Yellow #FBFD02

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50%

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

R = 49.6%
G = 50%
B = 0.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FBFD02 (or 0xFBFD02) is known color: Yellow. HEX triplet: FB, FD and 02. RGB value is (251,253,2). Sum of RGB (Red+Green+Blue) = 251+253+2=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 2 (1.17% from 255 or 0.40% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFD02 is #0402FD. Grayscale: #E0E0E0. Windows color (decimal): -262910 or 196091. OLE color: 196091.

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

Color convert

RGB 251 253 2 -
CMYK 0.01 0 0.99 0.01
HSL 60.48º 0.98% 0.5% -
HSV(B) 60.48º 0.99% 0.99% -
XYZ 74.92 90.76 13.63 -
YUV 223.79 2.84 147.41 -
System Red Green Blue C M Y K H S L
Decimal 251 253 2 0.01 0 0.99 0.01 60.48 0.98 0.5
Hex FB FD 2 1 0 63 1 3C 62 32
Octal 373 375 2 1 0 143 1 74 142 62
Binary 11111011 11111101 10 1 0 1100011 1 111100 1100010 110010

Color Harmonies of #FBFD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFD02

Black with #FBFD02

Text Example


Text Example

White with #FBFD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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