Html Css Color HEX #F1D67F Buff

📋 copy color: '#F1D67F'

red 241 ◦ green 214 ◦ blue 127

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

Shades of Buff #F1D67F

Tints of Buff #F1D67F

RGB

 RED value IS 241 (94.53% from 255) = 41.41%

 GREEN value IS 214 (83.98% from 255) = 36.77%

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

R = 41.41%
G = 36.77%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1D67F (or 0xF1D67F) is known color: Buff. HEX triplet: F1, D6 and 7F. RGB value is (241,214,127). Sum of RGB (Red+Green+Blue) = 241+214+127=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D67F is #0E2980. Grayscale: #D4D4D4. Windows color (decimal): -928129 or 8378097. OLE color: 8378097.

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

Color convert

RGB 241 214 127 -
CMYK 0 0.11 0.47 0.05
HSL 45.79º 0.8% 0.72% -
HSV(B) 45.79º 0.47% 0.95% -
XYZ 64.15 68.33 29.89 -
YUV 212.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 241 214 127 0 0.11 0.47 0.05 45.79 0.8 0.72
Hex F1 D6 7F 0 B 2F 5 2E 50 48
Octal 361 326 177 0 13 57 5 56 120 110
Binary 11110001 11010110 1111111 0 1011 101111 101 101110 1010000 1001000

Color Harmonies of #F1D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D67F

Black with #F1D67F

Text Example


Text Example

White with #F1D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D67F; }

 p { color: rgb(241,214,127); }

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

background-color css

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

 a { background-color: rgb(241,214,127); }

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

border-color css

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

 span { border-color: rgb(241,214,127); }

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