Html Css Color HEX #F1DA7B Buff

📋 copy color: '#F1DA7B'

red 241 ◦ green 218 ◦ blue 123

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

Shades of Buff #F1DA7B

Tints of Buff #F1DA7B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.46%

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

R = 41.41%
G = 37.46%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1DA7B (or 0xF1DA7B) is known color: Buff. HEX triplet: F1, DA and 7B. RGB value is (241,218,123). Sum of RGB (Red+Green+Blue) = 241+218+123=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DA7B is #0E2584. Grayscale: #D6D6D6. Windows color (decimal): -927109 or 8116977. OLE color: 8116977.

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

Color convert

RGB 241 218 123 -
CMYK 0 0.10 0.49 0.05
HSL 48.31º 0.81% 0.71% -
HSV(B) 48.31º 0.49% 0.95% -
XYZ 64.92 70.27 28.88 -
YUV 214.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 241 218 123 0 0.10 0.49 0.05 48.31 0.81 0.71
Hex F1 DA 7B 0 A 31 5 30 51 47
Octal 361 332 173 0 12 61 5 60 121 107
Binary 11110001 11011010 1111011 0 1010 110001 101 110000 1010001 1000111

Color Harmonies of #F1DA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA7B

Black with #F1DA7B

Text Example


Text Example

White with #F1DA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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