Html Css Color HEX #FBF702 Yellow

📋 copy color: '#FBF702'

red 251 ◦ green 247 ◦ blue 2

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

Shades of Yellow #FBF702

Tints of Yellow #FBF702

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.4%

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

R = 50.2%
G = 49.4%
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

#FBF702 (or 0xFBF702) is known color: Yellow. HEX triplet: FB, F7 and 02. RGB value is (251,247,2). Sum of RGB (Red+Green+Blue) = 251+247+2=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 2 (1.17% from 255 or 0.4% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF702 is #0408FD. Grayscale: #DDDDDD. Windows color (decimal): -264446 or 194555. OLE color: 194555.

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

Color convert

RGB 251 247 2 -
CMYK 0 0.02 0.99 0.02
HSL 59.04º 0.98% 0.5% -
HSV(B) 59.04º 0.99% 0.98% -
XYZ 73.06 87.04 13.01 -
YUV 220.27 4.83 149.92 -
System Red Green Blue C M Y K H S L
Decimal 251 247 2 0 0.02 0.99 0.02 59.04 0.98 0.5
Hex FB F7 2 0 2 63 2 3B 62 32
Octal 373 367 2 0 2 143 2 73 142 62
Binary 11111011 11110111 10 0 10 1100011 10 111011 1100010 110010

Color Harmonies of #FBF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF702

Black with #FBF702

Text Example


Text Example

White with #FBF702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF702; }

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

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

background-color css

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

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

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

border-color css

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

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

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