Html Css Color HEX #FBF502 Yellow

📋 copy color: '#FBF502'

red 251 ◦ green 245 ◦ blue 2

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

Shades of Yellow #FBF502

Tints of Yellow #FBF502

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.2%

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

R = 50.4%
G = 49.2%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBF502 (or 0xFBF502) is known color: Yellow. HEX triplet: FB, F5 and 02. RGB value is (251,245,2). Sum of RGB (Red+Green+Blue) = 251+245+2=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 2 (1.17% from 255 or 0.40% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF502 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF502 is #040AFD. Grayscale: #DCDCDC. Windows color (decimal): -264958 or 194043. OLE color: 194043.

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

Color convert

RGB 251 245 2 -
CMYK 0 0.02 0.99 0.02
HSL 58.55º 0.98% 0.5% -
HSV(B) 58.55º 0.99% 0.98% -
XYZ 72.45 85.82 12.8 -
YUV 219.09 5.49 150.76 -
System Red Green Blue C M Y K H S L
Decimal 251 245 2 0 0.02 0.99 0.02 58.55 0.98 0.5
Hex FB F5 2 0 2 63 2 3B 62 32
Octal 373 365 2 0 2 143 2 73 142 62
Binary 11111011 11110101 10 0 10 1100011 10 111011 1100010 110010

Color Harmonies of #FBF502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF502

Black with #FBF502

Text Example


Text Example

White with #FBF502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF502; }

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

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

background-color css

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

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

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

border-color css

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

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

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