Html Css Color HEX #FCF60B Yellow

📋 copy color: '#FCF60B'

red 252 ◦ green 246 ◦ blue 11

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

Shades of Yellow #FCF60B

Tints of Yellow #FCF60B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.33%

 BLUE value IS 11 (4.69% from 255) = 2.16%

R = 49.51%
G = 48.33%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCF60B (or 0xFCF60B) is known color: Yellow. HEX triplet: FC, F6 and 0B. RGB value is (252,246,11). Sum of RGB (Red+Green+Blue) = 252+246+11=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 11 (4.69% from 255 or 2.16% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF60B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF60B is #0309F4. Grayscale: #DDDDDD. Windows color (decimal): -199157 or 784124. OLE color: 784124.

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

Color convert

RGB 252 246 11 -
CMYK 0 0.02 0.96 0.01
HSL 58.51º 0.98% 0.52% -
HSV(B) 58.51º 0.96% 0.99% -
XYZ 73.16 86.63 13.18 -
YUV 221 9.49 150.11 -
System Red Green Blue C M Y K H S L
Decimal 252 246 11 0 0.02 0.96 0.01 58.51 0.98 0.52
Hex FC F6 B 0 2 60 1 3B 62 34
Octal 374 366 13 0 2 140 1 73 142 64
Binary 11111100 11110110 1011 0 10 1100000 1 111011 1100010 110100

Color Harmonies of #FCF60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF60B

Black with #FCF60B

Text Example


Text Example

White with #FCF60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF60B; }

 p { color: rgb(252,246,11); }

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

background-color css

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

 a { background-color: rgb(252,246,11); }

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

border-color css

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

 span { border-color: rgb(252,246,11); }

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