Html Css Color HEX #F3F214 Lemon

📋 copy color: '#F3F214'

red 243 ◦ green 242 ◦ blue 20

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

Shades of Lemon #F3F214

Tints of Lemon #F3F214

RGB

 RED value IS 243 (95.31% from 255) = 48.12%

 GREEN value IS 242 (94.92% from 255) = 47.92%

 BLUE value IS 20 (8.2% from 255) = 3.96%

R = 48.12%
G = 47.92%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F3F214 (or 0xF3F214) is known color: Lemon. HEX triplet: F3, F2 and 14. RGB value is (243,242,20). Sum of RGB (Red+Green+Blue) = 243+242+20=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 20 (8.20% from 255 or 3.96% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F214 is #0C0DEB. Grayscale: #D9D9D9. Windows color (decimal): -789996 or 1372915. OLE color: 1372915.

HSL color Cylindrical-coordinate representation of color #F3F214: hue angle of 59.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3F214 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 242 20 -
CMYK 0 0.00 0.92 0.05
HSL 59.73º 0.9% 0.52% -
HSV(B) 59.73º 0.92% 0.95% -
XYZ 68.84 82.61 12.98 -
YUV 216.99 16.83 146.55 -
System Red Green Blue C M Y K H S L
Decimal 243 242 20 0 0.00 0.92 0.05 59.73 0.9 0.52
Hex F3 F2 14 0 0 5C 5 3C 5A 34
Octal 363 362 24 0 0 134 5 74 132 64
Binary 11110011 11110010 10100 0 0 1011100 101 111100 1011010 110100

Color Harmonies of #F3F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F214

Black with #F3F214

Text Example


Text Example

White with #F3F214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F214; }

 p { color: rgb(243,242,20); }

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

background-color css

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

 a { background-color: rgb(243,242,20); }

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

border-color css

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

 span { border-color: rgb(243,242,20); }

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