Html Css Color HEX #F8D275 Salomie

📋 copy color: '#F8D275'

red 248 ◦ green 210 ◦ blue 117

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

Shades of Salomie #F8D275

Tints of Salomie #F8D275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.52%

 BLUE value IS 117 (46.09% from 255) = 20.35%

R = 43.13%
G = 36.52%
B = 20.35%

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

#F8D275 (or 0xF8D275) is known color: Salomie. HEX triplet: F8, D2 and 75. RGB value is (248,210,117). Sum of RGB (Red+Green+Blue) = 248+210+117=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D275 is #072D8A. Grayscale: #D3D3D3. Windows color (decimal): -470411 or 7721720. OLE color: 7721720.

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

Color convert

RGB 248 210 117 -
CMYK 0 0.15 0.53 0.03
HSL 42.6º 0.9% 0.72% -
HSV(B) 42.6º 0.53% 0.97% -
XYZ 64.97 67.33 26.4 -
YUV 210.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 248 210 117 0 0.15 0.53 0.03 42.6 0.9 0.72
Hex F8 D2 75 0 F 35 3 2B 5A 48
Octal 370 322 165 0 17 65 3 53 132 110
Binary 11111000 11010010 1110101 0 1111 110101 11 101011 1011010 1001000

Color Harmonies of #F8D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D275

Black with #F8D275

Text Example


Text Example

White with #F8D275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D275; }

 p { color: rgb(248,210,117); }

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

background-color css

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

 a { background-color: rgb(248,210,117); }

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

border-color css

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

 span { border-color: rgb(248,210,117); }

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