Html Css Color HEX #FBFC12 Yellow

📋 copy color: '#FBFC12'

red 251 ◦ green 252 ◦ blue 18

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

Shades of Yellow #FBFC12

Tints of Yellow #FBFC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.45%

R = 48.18%
G = 48.37%
B = 3.45%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FBFC12 (or 0xFBFC12) is known color: Yellow. HEX triplet: FB, FC and 12. RGB value is (251,252,18). Sum of RGB (Red+Green+Blue) = 251+252+18=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 18 (7.42% from 255 or 3.45% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFC12 is #0403ED. Grayscale: #E1E1E1. Windows color (decimal): -263150 or 1244411. OLE color: 1244411.

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

Color convert

RGB 251 252 18 -
CMYK 0.00 0 0.93 0.01
HSL 60.26º 0.98% 0.53% -
HSV(B) 60.26º 0.93% 0.99% -
XYZ 74.7 90.17 14.04 -
YUV 225.03 11.17 146.53 -
System Red Green Blue C M Y K H S L
Decimal 251 252 18 0.00 0 0.93 0.01 60.26 0.98 0.53
Hex FB FC 12 0 0 5D 1 3C 62 35
Octal 373 374 22 0 0 135 1 74 142 65
Binary 11111011 11111100 10010 0 0 1011101 1 111100 1100010 110101

Color Harmonies of #FBFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFC12

Black with #FBFC12

Text Example


Text Example

White with #FBFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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