Html Css Color HEX #FBF80A Yellow

📋 copy color: '#FBF80A'

red 251 ◦ green 248 ◦ blue 10

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

Shades of Yellow #FBF80A

Tints of Yellow #FBF80A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.72%

 BLUE value IS 10 (4.3% from 255) = 1.96%

R = 49.31%
G = 48.72%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBF80A (or 0xFBF80A) is known color: Yellow. HEX triplet: FB, F8 and 0A. RGB value is (251,248,10). Sum of RGB (Red+Green+Blue) = 251+248+10=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 10 (4.30% from 255 or 1.96% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF80A is #0407F5. Grayscale: #DEDEDE. Windows color (decimal): -264182 or 719099. OLE color: 719099.

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

Color convert

RGB 251 248 10 -
CMYK 0 0.01 0.96 0.02
HSL 59.25º 0.97% 0.51% -
HSV(B) 59.25º 0.96% 0.98% -
XYZ 73.41 87.67 13.34 -
YUV 221.77 8.49 148.85 -
System Red Green Blue C M Y K H S L
Decimal 251 248 10 0 0.01 0.96 0.02 59.25 0.97 0.51
Hex FB F8 A 0 1 60 2 3B 61 33
Octal 373 370 12 0 1 140 2 73 141 63
Binary 11111011 11111000 1010 0 1 1100000 10 111011 1100001 110011

Color Harmonies of #FBF80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF80A

Black with #FBF80A

Text Example


Text Example

White with #FBF80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF80A; }

 p { color: rgb(251,248,10); }

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

background-color css

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

 a { background-color: rgb(251,248,10); }

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

border-color css

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

 span { border-color: rgb(251,248,10); }

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