Html Css Color HEX #F1DB7B Buff

📋 copy color: '#F1DB7B'

red 241 ◦ green 219 ◦ blue 123

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

Shades of Buff #F1DB7B

Tints of Buff #F1DB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.1%

R = 41.34%
G = 37.56%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1DB7B (or 0xF1DB7B) is known color: Buff. HEX triplet: F1, DB and 7B. RGB value is (241,219,123). Sum of RGB (Red+Green+Blue) = 241+219+123=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB7B is #0E2484. Grayscale: #D7D7D7. Windows color (decimal): -926853 or 8117233. OLE color: 8117233.

HSL color Cylindrical-coordinate representation of color #F1DB7B: hue angle of 48.81º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1DB7B is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 219 123 -
CMYK 0 0.09 0.49 0.05
HSL 48.81º 0.81% 0.71% -
HSV(B) 48.81º 0.49% 0.95% -
XYZ 65.18 70.79 28.97 -
YUV 214.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 241 219 123 0 0.09 0.49 0.05 48.81 0.81 0.71
Hex F1 DB 7B 0 9 31 5 31 51 47
Octal 361 333 173 0 11 61 5 61 121 107
Binary 11110001 11011011 1111011 0 1001 110001 101 110001 1010001 1000111

Color Harmonies of #F1DB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DB7B

Black with #F1DB7B

Text Example


Text Example

White with #F1DB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DB7B; }

 p { color: rgb(241,219,123); }

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

background-color css

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

 a { background-color: rgb(241,219,123); }

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

border-color css

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

 span { border-color: rgb(241,219,123); }

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