Html Css Color HEX #F2DB7E Buff

📋 copy color: '#F2DB7E'

red 242 ◦ green 219 ◦ blue 126

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

Shades of Buff #F2DB7E

Tints of Buff #F2DB7E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

 BLUE value IS 126 (49.61% from 255) = 21.47%

R = 41.23%
G = 37.31%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2DB7E (or 0xF2DB7E) is known color: Buff. HEX triplet: F2, DB and 7E. RGB value is (242,219,126). Sum of RGB (Red+Green+Blue) = 242+219+126=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB7E is #0D2481. Grayscale: #D7D7D7. Windows color (decimal): -861314 or 8313842. OLE color: 8313842.

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

Color convert

RGB 242 219 126 -
CMYK 0 0.10 0.48 0.05
HSL 48.1º 0.82% 0.72% -
HSV(B) 48.1º 0.48% 0.95% -
XYZ 65.72 71.05 29.99 -
YUV 215.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 242 219 126 0 0.10 0.48 0.05 48.1 0.82 0.72
Hex F2 DB 7E 0 A 30 5 30 52 48
Octal 362 333 176 0 12 60 5 60 122 110
Binary 11110010 11011011 1111110 0 1010 110000 101 110000 1010010 1001000

Color Harmonies of #F2DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DB7E

Black with #F2DB7E

Text Example


Text Example

White with #F2DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DB7E; }

 p { color: rgb(242,219,126); }

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

background-color css

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

 a { background-color: rgb(242,219,126); }

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

border-color css

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

 span { border-color: rgb(242,219,126); }

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