Html Css Color HEX #F2D77F Buff

📋 copy color: '#F2D77F'

red 242 ◦ green 215 ◦ blue 127

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

Shades of Buff #F2D77F

Tints of Buff #F2D77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.82%

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

R = 41.44%
G = 36.82%
B = 21.75%

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

#F2D77F (or 0xF2D77F) is known color: Buff. HEX triplet: F2, D7 and 7F. RGB value is (242,215,127). Sum of RGB (Red+Green+Blue) = 242+215+127=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D77F is #0D2880. Grayscale: #D5D5D5. Windows color (decimal): -862337 or 8378354. OLE color: 8378354.

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

Color convert

RGB 242 215 127 -
CMYK 0 0.11 0.48 0.05
HSL 45.91º 0.82% 0.72% -
HSV(B) 45.91º 0.48% 0.95% -
XYZ 64.75 69.01 29.99 -
YUV 213.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 242 215 127 0 0.11 0.48 0.05 45.91 0.82 0.72
Hex F2 D7 7F 0 B 30 5 2E 52 48
Octal 362 327 177 0 13 60 5 56 122 110
Binary 11110010 11010111 1111111 0 1011 110000 101 101110 1010010 1001000

Color Harmonies of #F2D77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D77F

Black with #F2D77F

Text Example


Text Example

White with #F2D77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D77F; }

 p { color: rgb(242,215,127); }

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

background-color css

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

 a { background-color: rgb(242,215,127); }

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

border-color css

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

 span { border-color: rgb(242,215,127); }

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