Html Css Color HEX #F8D374 Salomie

📋 copy color: '#F8D374'

red 248 ◦ green 211 ◦ blue 116

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

Shades of Salomie #F8D374

Tints of Salomie #F8D374

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.7%

 BLUE value IS 116 (45.7% from 255) = 20.17%

R = 43.13%
G = 36.7%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8D374 (or 0xF8D374) is known color: Salomie. HEX triplet: F8, D3 and 74. RGB value is (248,211,116). Sum of RGB (Red+Green+Blue) = 248+211+116=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D374 is #072C8B. Grayscale: #D3D3D3. Windows color (decimal): -470156 or 7656440. OLE color: 7656440.

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

Color convert

RGB 248 211 116 -
CMYK 0 0.15 0.53 0.03
HSL 43.18º 0.9% 0.71% -
HSV(B) 43.18º 0.53% 0.97% -
XYZ 65.16 67.81 26.18 -
YUV 211.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 248 211 116 0 0.15 0.53 0.03 43.18 0.9 0.71
Hex F8 D3 74 0 F 35 3 2B 5A 47
Octal 370 323 164 0 17 65 3 53 132 107
Binary 11111000 11010011 1110100 0 1111 110101 11 101011 1011010 1000111

Color Harmonies of #F8D374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D374

Black with #F8D374

Text Example


Text Example

White with #F8D374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D374; }

 p { color: rgb(248,211,116); }

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

background-color css

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

 a { background-color: rgb(248,211,116); }

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

border-color css

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

 span { border-color: rgb(248,211,116); }

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