Html Css Color HEX #FCDB1A Lemon

📋 copy color: '#FCDB1A'

red 252 ◦ green 219 ◦ blue 26

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

Shades of Lemon #FCDB1A

Tints of Lemon #FCDB1A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.06%

 BLUE value IS 26 (10.55% from 255) = 5.23%

R = 50.7%
G = 44.06%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCDB1A (or 0xFCDB1A) is known color: Lemon. HEX triplet: FC, DB and 1A. RGB value is (252,219,26). Sum of RGB (Red+Green+Blue) = 252+219+26=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 26 (10.55% from 255 or 5.23% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB1A is #0324E5. Grayscale: #CFCFCF. Windows color (decimal): -206054 or 1760252. OLE color: 1760252.

HSL color Cylindrical-coordinate representation of color #FCDB1A: hue angle of 51.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCDB1A is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 219 26 -
CMYK 0 0.13 0.90 0.01
HSL 51.24º 0.97% 0.55% -
HSV(B) 51.24º 0.9% 0.99% -
XYZ 65.66 71.43 11.3 -
YUV 206.87 25.93 160.19 -
System Red Green Blue C M Y K H S L
Decimal 252 219 26 0 0.13 0.90 0.01 51.24 0.97 0.55
Hex FC DB 1A 0 D 5A 1 33 61 37
Octal 374 333 32 0 15 132 1 63 141 67
Binary 11111100 11011011 11010 0 1101 1011010 1 110011 1100001 110111

Color Harmonies of #FCDB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB1A

Black with #FCDB1A

Text Example


Text Example

White with #FCDB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB1A; }

 p { color: rgb(252,219,26); }

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

background-color css

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

 a { background-color: rgb(252,219,26); }

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

border-color css

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

 span { border-color: rgb(252,219,26); }

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