Html Css Color HEX #F2D88A Buff

📋 copy color: '#F2D88A'

red 242 ◦ green 216 ◦ blue 138

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

Shades of Buff #F2D88A

Tints of Buff #F2D88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.24%

 BLUE value IS 138 (54.3% from 255) = 23.15%

R = 40.6%
G = 36.24%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2D88A (or 0xF2D88A) is known color: Buff. HEX triplet: F2, D8 and 8A. RGB value is (242,216,138). Sum of RGB (Red+Green+Blue) = 242+216+138=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D88A is #0D2775. Grayscale: #D7D7D7. Windows color (decimal): -862070 or 9099506. OLE color: 9099506.

HSL color Cylindrical-coordinate representation of color #F2D88A: hue angle of 45º 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 #F2D88A is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 216 138 -
CMYK 0 0.11 0.43 0.05
HSL 45º 0.8% 0.75% -
HSV(B) 45º 0.43% 0.95% -
XYZ 65.76 69.82 34.06 -
YUV 214.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 242 216 138 0 0.11 0.43 0.05 45 0.8 0.75
Hex F2 D8 8A 0 B 2B 5 2D 50 4B
Octal 362 330 212 0 13 53 5 55 120 113
Binary 11110010 11011000 10001010 0 1011 101011 101 101101 1010000 1001011

Color Harmonies of #F2D88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D88A

Black with #F2D88A

Text Example


Text Example

White with #F2D88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D88A; }

 p { color: rgb(242,216,138); }

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

background-color css

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

 a { background-color: rgb(242,216,138); }

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

border-color css

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

 span { border-color: rgb(242,216,138); }

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