Html Css Color HEX #FBFC0A Yellow

📋 copy color: '#FBFC0A'

red 251 ◦ green 252 ◦ blue 10

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

Shades of Yellow #FBFC0A

Tints of Yellow #FBFC0A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.12%

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

R = 48.93%
G = 49.12%
B = 1.95%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FBFC0A (or 0xFBFC0A) is known color: Yellow. HEX triplet: FB, FC and 0A. RGB value is (251,252,10). Sum of RGB (Red+Green+Blue) = 251+252+10=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 10 (4.30% from 255 or 1.95% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFC0A is #0403F5. Grayscale: #E1E1E1. Windows color (decimal): -263158 or 720123. OLE color: 720123.

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

Color convert

RGB 251 252 10 -
CMYK 0.00 0 0.96 0.01
HSL 60.25º 0.98% 0.51% -
HSV(B) 60.25º 0.96% 0.99% -
XYZ 74.65 90.15 13.75 -
YUV 224.11 7.17 147.18 -
System Red Green Blue C M Y K H S L
Decimal 251 252 10 0.00 0 0.96 0.01 60.25 0.98 0.51
Hex FB FC A 0 0 60 1 3C 62 33
Octal 373 374 12 0 0 140 1 74 142 63
Binary 11111011 11111100 1010 0 0 1100000 1 111100 1100010 110011

Color Harmonies of #FBFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFC0A

Black with #FBFC0A

Text Example


Text Example

White with #FBFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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