Html Css Color HEX #FBFC0C Yellow

📋 copy color: '#FBFC0C'

red 251 ◦ green 252 ◦ blue 12

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

Shades of Yellow #FBFC0C

Tints of Yellow #FBFC0C

RGB

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

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

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

R = 48.74%
G = 48.93%
B = 2.33%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FBFC0C (or 0xFBFC0C) is known color: Yellow. HEX triplet: FB, FC and 0C. RGB value is (251,252,12). Sum of RGB (Red+Green+Blue) = 251+252+12=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 12 (5.08% from 255 or 2.33% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFC0C is #0403F3. Grayscale: #E1E1E1. Windows color (decimal): -263156 or 851195. OLE color: 851195.

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

Color convert

RGB 251 252 12 -
CMYK 0.00 0 0.95 0.01
HSL 60.25º 0.98% 0.52% -
HSV(B) 60.25º 0.95% 0.99% -
XYZ 74.66 90.16 13.81 -
YUV 224.34 8.17 147.01 -
System Red Green Blue C M Y K H S L
Decimal 251 252 12 0.00 0 0.95 0.01 60.25 0.98 0.52
Hex FB FC C 0 0 5F 1 3C 62 34
Octal 373 374 14 0 0 137 1 74 142 64
Binary 11111011 11111100 1100 0 0 1011111 1 111100 1100010 110100

Color Harmonies of #FBFC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFC0C

Black with #FBFC0C

Text Example


Text Example

White with #FBFC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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