Html Css Color HEX #FBF80C Yellow

📋 copy color: '#FBF80C'

red 251 ◦ green 248 ◦ blue 12

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

Shades of Yellow #FBF80C

Tints of Yellow #FBF80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.35%

R = 49.12%
G = 48.53%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBF80C (or 0xFBF80C) is known color: Yellow. HEX triplet: FB, F8 and 0C. RGB value is (251,248,12). Sum of RGB (Red+Green+Blue) = 251+248+12=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 12 (5.08% from 255 or 2.35% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF80C is #0407F3. Grayscale: #DEDEDE. Windows color (decimal): -264180 or 850171. OLE color: 850171.

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

Color convert

RGB 251 248 12 -
CMYK 0 0.01 0.95 0.02
HSL 59.25º 0.97% 0.52% -
HSV(B) 59.25º 0.95% 0.98% -
XYZ 73.42 87.67 13.4 -
YUV 221.99 9.49 148.69 -
System Red Green Blue C M Y K H S L
Decimal 251 248 12 0 0.01 0.95 0.02 59.25 0.97 0.52
Hex FB F8 C 0 1 5F 2 3B 61 34
Octal 373 370 14 0 1 137 2 73 141 64
Binary 11111011 11111000 1100 0 1 1011111 10 111011 1100001 110100

Color Harmonies of #FBF80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF80C

Black with #FBF80C

Text Example


Text Example

White with #FBF80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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