Html Css Color HEX #F2DC1A Lemon

📋 copy color: '#F2DC1A'

red 242 ◦ green 220 ◦ blue 26

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

Shades of Lemon #F2DC1A

Tints of Lemon #F2DC1A

RGB

 RED value IS 242 (94.92% from 255) = 49.59%

 GREEN value IS 220 (86.33% from 255) = 45.08%

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

R = 49.59%
G = 45.08%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2DC1A (or 0xF2DC1A) is known color: Lemon. HEX triplet: F2, DC and 1A. RGB value is (242,220,26). Sum of RGB (Red+Green+Blue) = 242+220+26=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 26 (10.55% from 255 or 5.33% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC1A is #0D23E5. Grayscale: #CDCDCD. Windows color (decimal): -861158 or 1760498. OLE color: 1760498.

HSL color Cylindrical-coordinate representation of color #F2DC1A: hue angle of 53.89º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2DC1A is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 220 26 -
CMYK 0 0.09 0.89 0.05
HSL 53.89º 0.89% 0.53% -
HSV(B) 53.89º 0.89% 0.95% -
XYZ 62.4 70.14 11.23 -
YUV 204.46 27.29 154.77 -
System Red Green Blue C M Y K H S L
Decimal 242 220 26 0 0.09 0.89 0.05 53.89 0.89 0.53
Hex F2 DC 1A 0 9 59 5 36 59 35
Octal 362 334 32 0 11 131 5 66 131 65
Binary 11110010 11011100 11010 0 1001 1011001 101 110110 1011001 110101

Color Harmonies of #F2DC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC1A

Black with #F2DC1A

Text Example


Text Example

White with #F2DC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC1A; }

 p { color: rgb(242,220,26); }

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

background-color css

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

 a { background-color: rgb(242,220,26); }

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

border-color css

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

 span { border-color: rgb(242,220,26); }

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