Html Css Color HEX #FCFB12 Yellow

📋 copy color: '#FCFB12'

red 252 ◦ green 251 ◦ blue 18

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

Shades of Yellow #FCFB12

Tints of Yellow #FCFB12

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #FCFB12: hue angle of 59.74º 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 #FCFB12 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

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

Color Harmonies of #FCFB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB12

Black with #FCFB12

Text Example


Text Example

White with #FCFB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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