Html Css Color HEX #F2D09E Tequila

📋 copy color: '#F2D09E'

red 242 ◦ green 208 ◦ blue 158

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

Shades of Tequila #F2D09E

Tints of Tequila #F2D09E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.21%

 BLUE value IS 158 (62.11% from 255) = 25.99%

R = 39.8%
G = 34.21%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2D09E (or 0xF2D09E) is known color: Tequila. HEX triplet: F2, D0 and 9E. RGB value is (242,208,158). Sum of RGB (Red+Green+Blue) = 242+208+158=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D09E is #0D2F61. Grayscale: #D4D4D4. Windows color (decimal): -864098 or 10408178. OLE color: 10408178.

HSL color Cylindrical-coordinate representation of color #F2D09E: hue angle of 35.71º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2D09E is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 208 158 -
CMYK 0 0.14 0.35 0.05
HSL 35.71º 0.76% 0.78% -
HSV(B) 35.71º 0.35% 0.95% -
XYZ 65.35 66.46 41.73 -
YUV 212.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 242 208 158 0 0.14 0.35 0.05 35.71 0.76 0.78
Hex F2 D0 9E 0 E 23 5 24 4C 4E
Octal 362 320 236 0 16 43 5 44 114 116
Binary 11110010 11010000 10011110 0 1110 100011 101 100100 1001100 1001110

Color Harmonies of #F2D09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D09E

Black with #F2D09E

Text Example


Text Example

White with #F2D09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D09E; }

 p { color: rgb(242,208,158); }

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

background-color css

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

 a { background-color: rgb(242,208,158); }

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

border-color css

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

 span { border-color: rgb(242,208,158); }

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