Html Css Color HEX #F2DA8B Buff

📋 copy color: '#F2DA8B'

red 242 ◦ green 218 ◦ blue 139

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

Shades of Buff #F2DA8B

Tints of Buff #F2DA8B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.39%

 BLUE value IS 139 (54.69% from 255) = 23.21%

R = 40.4%
G = 36.39%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2DA8B (or 0xF2DA8B) is known color: Buff. HEX triplet: F2, DA and 8B. RGB value is (242,218,139). Sum of RGB (Red+Green+Blue) = 242+218+139=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 139 (54.69% from 255 or 23.21% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA8B is #0D2574. Grayscale: #D8D8D8. Windows color (decimal): -861557 or 9165554. OLE color: 9165554.

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

Color convert

RGB 242 218 139 -
CMYK 0 0.10 0.43 0.05
HSL 46.02º 0.8% 0.75% -
HSV(B) 46.02º 0.43% 0.95% -
XYZ 66.35 70.88 34.61 -
YUV 216.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 242 218 139 0 0.10 0.43 0.05 46.02 0.8 0.75
Hex F2 DA 8B 0 A 2B 5 2E 50 4B
Octal 362 332 213 0 12 53 5 56 120 113
Binary 11110010 11011010 10001011 0 1010 101011 101 101110 1010000 1001011

Color Harmonies of #F2DA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA8B

Black with #F2DA8B

Text Example


Text Example

White with #F2DA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA8B; }

 p { color: rgb(242,218,139); }

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

background-color css

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

 a { background-color: rgb(242,218,139); }

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

border-color css

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

 span { border-color: rgb(242,218,139); }

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