Html Css Color HEX #FCF30B Lemon

📋 copy color: '#FCF30B'

red 252 ◦ green 243 ◦ blue 11

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

Shades of Lemon #FCF30B

Tints of Lemon #FCF30B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.02%

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

R = 49.8%
G = 48.02%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCF30B (or 0xFCF30B) is known color: Lemon. HEX triplet: FC, F3 and 0B. RGB value is (252,243,11). Sum of RGB (Red+Green+Blue) = 252+243+11=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 11 (4.69% from 255 or 2.17% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF30B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF30B is #030CF4. Grayscale: #DCDCDC. Windows color (decimal): -199925 or 783356. OLE color: 783356.

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

Color convert

RGB 252 243 11 -
CMYK 0 0.04 0.96 0.01
HSL 57.76º 0.98% 0.52% -
HSV(B) 57.76º 0.96% 0.99% -
XYZ 72.26 84.82 12.88 -
YUV 219.24 10.48 151.36 -
System Red Green Blue C M Y K H S L
Decimal 252 243 11 0 0.04 0.96 0.01 57.76 0.98 0.52
Hex FC F3 B 0 4 60 1 3A 62 34
Octal 374 363 13 0 4 140 1 72 142 64
Binary 11111100 11110011 1011 0 100 1100000 1 111010 1100010 110100

Color Harmonies of #FCF30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF30B

Black with #FCF30B

Text Example


Text Example

White with #FCF30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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