Html Css Color HEX #F8D671 Salomie

📋 copy color: '#F8D671'

red 248 ◦ green 214 ◦ blue 113

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

Shades of Salomie #F8D671

Tints of Salomie #F8D671

RGB

 RED value IS 248 (97.27% from 255) = 43.13%

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

 BLUE value IS 113 (44.53% from 255) = 19.65%

R = 43.13%
G = 37.22%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F8D671 (or 0xF8D671) is known color: Salomie. HEX triplet: F8, D6 and 71. RGB value is (248,214,113). Sum of RGB (Red+Green+Blue) = 248+214+113=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D671 is #07298E. Grayscale: #D5D5D5. Windows color (decimal): -469391 or 7460600. OLE color: 7460600.

HSL color Cylindrical-coordinate representation of color #F8D671: hue angle of 44.89º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8D671 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 214 113 -
CMYK 0 0.14 0.54 0.03
HSL 44.89º 0.91% 0.71% -
HSV(B) 44.89º 0.54% 0.97% -
XYZ 65.74 69.24 25.52 -
YUV 212.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 248 214 113 0 0.14 0.54 0.03 44.89 0.91 0.71
Hex F8 D6 71 0 E 36 3 2D 5B 47
Octal 370 326 161 0 16 66 3 55 133 107
Binary 11111000 11010110 1110001 0 1110 110110 11 101101 1011011 1000111

Color Harmonies of #F8D671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D671

Black with #F8D671

Text Example


Text Example

White with #F8D671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D671; }

 p { color: rgb(248,214,113); }

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

background-color css

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

 a { background-color: rgb(248,214,113); }

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

border-color css

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

 span { border-color: rgb(248,214,113); }

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