Html Css Color HEX #F0DB7F Buff

📋 copy color: '#F0DB7F'

red 240 ◦ green 219 ◦ blue 127

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

Shades of Buff #F0DB7F

Tints of Buff #F0DB7F

RGB

 RED value IS 240 (94.14% from 255) = 40.96%

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

 BLUE value IS 127 (50% from 255) = 21.67%

R = 40.96%
G = 37.37%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0DB7F (or 0xF0DB7F) is known color: Buff. HEX triplet: F0, DB and 7F. RGB value is (240,219,127). Sum of RGB (Red+Green+Blue) = 240+219+127=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB7F is #0F2480. Grayscale: #D7D7D7. Windows color (decimal): -992385 or 8379376. OLE color: 8379376.

HSL color Cylindrical-coordinate representation of color #F0DB7F: hue angle of 48.85º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0DB7F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 219 127 -
CMYK 0 0.09 0.47 0.06
HSL 48.85º 0.79% 0.72% -
HSV(B) 48.85º 0.47% 0.94% -
XYZ 65.1 70.72 30.3 -
YUV 214.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 240 219 127 0 0.09 0.47 0.06 48.85 0.79 0.72
Hex F0 DB 7F 0 9 2F 6 31 4F 48
Octal 360 333 177 0 11 57 6 61 117 110
Binary 11110000 11011011 1111111 0 1001 101111 110 110001 1001111 1001000

Color Harmonies of #F0DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB7F

Black with #F0DB7F

Text Example


Text Example

White with #F0DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB7F; }

 p { color: rgb(240,219,127); }

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

background-color css

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

 a { background-color: rgb(240,219,127); }

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

border-color css

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

 span { border-color: rgb(240,219,127); }

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