Html Css Color HEX #F2D87D Buff

📋 copy color: '#F2D87D'

red 242 ◦ green 216 ◦ blue 125

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

Shades of Buff #F2D87D

Tints of Buff #F2D87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.44%

R = 41.51%
G = 37.05%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2D87D (or 0xF2D87D) is known color: Buff. HEX triplet: F2, D8 and 7D. RGB value is (242,216,125). Sum of RGB (Red+Green+Blue) = 242+216+125=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D87D is #0D2782. Grayscale: #D5D5D5. Windows color (decimal): -862083 or 8247538. OLE color: 8247538.

HSL color Cylindrical-coordinate representation of color #F2D87D: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2D87D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 216 125 -
CMYK 0 0.11 0.48 0.05
HSL 46.67º 0.82% 0.72% -
HSV(B) 46.67º 0.48% 0.95% -
XYZ 64.88 69.47 29.39 -
YUV 213.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 242 216 125 0 0.11 0.48 0.05 46.67 0.82 0.72
Hex F2 D8 7D 0 B 30 5 2F 52 48
Octal 362 330 175 0 13 60 5 57 122 110
Binary 11110010 11011000 1111101 0 1011 110000 101 101111 1010010 1001000

Color Harmonies of #F2D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D87D

Black with #F2D87D

Text Example


Text Example

White with #F2D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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