Html Css Color HEX #FBF300 Yellow

📋 copy color: '#FBF300'

red 251 ◦ green 243 ◦ blue 0

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

Shades of Yellow #FBF300

Tints of Yellow #FBF300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.19%

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

R = 50.81%
G = 49.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBF300 (or 0xFBF300) is known color: Yellow. HEX triplet: FB, F3 and 00. RGB value is (251,243,0). Sum of RGB (Red+Green+Blue) = 251+243+0=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 0 (0.39% from 255 or 0% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF300 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF300 is #040CFF. Grayscale: #DADADA. Windows color (decimal): -265472 or 62459. OLE color: 62459.

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

Color convert

RGB 251 243 0 -
CMYK 0 0.03 1 0.02
HSL 58.09º 1% 0.49% -
HSV(B) 58.09º 1% 0.98% -
XYZ 71.83 84.61 12.55 -
YUV 217.69 5.15 151.76 -
System Red Green Blue C M Y K H S L
Decimal 251 243 0 0 0.03 1 0.02 58.09 1 0.49
Hex FB F3 0 0 3 64 2 3A 64 31
Octal 373 363 0 0 3 144 2 72 144 61
Binary 11111011 11110011 0 0 11 1100100 10 111010 1100100 110001

Color Harmonies of #FBF300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF300

Black with #FBF300

Text Example


Text Example

White with #FBF300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF300; }

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

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

background-color css

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

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

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

border-color css

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

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

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