Html Css Color HEX #F1D582 Buff

📋 copy color: '#F1D582'

red 241 ◦ green 213 ◦ blue 130

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

Shades of Buff #F1D582

Tints of Buff #F1D582

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.47%

 BLUE value IS 130 (51.17% from 255) = 22.26%

R = 41.27%
G = 36.47%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1D582 (or 0xF1D582) is known color: Buff. HEX triplet: F1, D5 and 82. RGB value is (241,213,130). Sum of RGB (Red+Green+Blue) = 241+213+130=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D582 is #0E2A7D. Grayscale: #D4D4D4. Windows color (decimal): -928382 or 8574449. OLE color: 8574449.

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

Color convert

RGB 241 213 130 -
CMYK 0 0.12 0.46 0.05
HSL 44.86º 0.8% 0.73% -
HSV(B) 44.86º 0.46% 0.95% -
XYZ 64.1 67.9 30.85 -
YUV 211.91 81.78 148.75 -
System Red Green Blue C M Y K H S L
Decimal 241 213 130 0 0.12 0.46 0.05 44.86 0.8 0.73
Hex F1 D5 82 0 C 2E 5 2D 50 49
Octal 361 325 202 0 14 56 5 55 120 111
Binary 11110001 11010101 10000010 0 1100 101110 101 101101 1010000 1001001

Color Harmonies of #F1D582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D582

Black with #F1D582

Text Example


Text Example

White with #F1D582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D582; }

 p { color: rgb(241,213,130); }

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

background-color css

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

 a { background-color: rgb(241,213,130); }

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

border-color css

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

 span { border-color: rgb(241,213,130); }

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