Html Css Color HEX #F2D9A5 Astra

📋 copy color: '#F2D9A5'

red 242 ◦ green 217 ◦ blue 165

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

Shades of Astra #F2D9A5

Tints of Astra #F2D9A5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.78%

 BLUE value IS 165 (64.84% from 255) = 26.44%

R = 38.78%
G = 34.78%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F2D9A5 (or 0xF2D9A5) is known color: Astra. HEX triplet: F2, D9 and A5. RGB value is (242,217,165). Sum of RGB (Red+Green+Blue) = 242+217+165=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D9A5 is #0D265A. Grayscale: #DADADA. Windows color (decimal): -861787 or 10869234. OLE color: 10869234.

HSL color Cylindrical-coordinate representation of color #F2D9A5: hue angle of 40.52º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2D9A5 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 165 -
CMYK 0 0.10 0.32 0.05
HSL 40.52º 0.75% 0.8% -
HSV(B) 40.52º 0.32% 0.95% -
XYZ 68.22 71.22 45.75 -
YUV 218.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 242 217 165 0 0.10 0.32 0.05 40.52 0.75 0.8
Hex F2 D9 A5 0 A 20 5 29 4B 50
Octal 362 331 245 0 12 40 5 51 113 120
Binary 11110010 11011001 10100101 0 1010 100000 101 101001 1001011 1010000

Color Harmonies of #F2D9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9A5

Black with #F2D9A5

Text Example


Text Example

White with #F2D9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9A5; }

 p { color: rgb(242,217,165); }

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

background-color css

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

 a { background-color: rgb(242,217,165); }

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

border-color css

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

 span { border-color: rgb(242,217,165); }

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