Html Css Color HEX #F8875C Crusta

📋 copy color: '#F8875C'

red 248 ◦ green 135 ◦ blue 92

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

Shades of Crusta #F8875C

Tints of Crusta #F8875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.42%

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 52.21%
G = 28.42%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8875C (or 0xF8875C) is known color: Crusta. HEX triplet: F8, 87 and 5C. RGB value is (248,135,92). Sum of RGB (Red+Green+Blue) = 248+135+92=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8875C is #0778A3. Grayscale: #A4A4A4. Windows color (decimal): -489636 or 6064120. OLE color: 6064120.

HSL color Cylindrical-coordinate representation of color #F8875C: hue angle of 16.54º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8875C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 135 92 -
CMYK 0 0.46 0.63 0.03
HSL 16.54º 0.92% 0.67% -
HSV(B) 16.54º 0.63% 0.97% -
XYZ 49.31 38.06 14.87 -
YUV 163.89 87.44 188 -
System Red Green Blue C M Y K H S L
Decimal 248 135 92 0 0.46 0.63 0.03 16.54 0.92 0.67
Hex F8 87 5C 0 2E 3F 3 11 5C 43
Octal 370 207 134 0 56 77 3 21 134 103
Binary 11111000 10000111 1011100 0 101110 111111 11 10001 1011100 1000011

Color Harmonies of #F8875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8875C

Black with #F8875C

Text Example


Text Example

White with #F8875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8875C; }

 p { color: rgb(248,135,92); }

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

background-color css

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

 a { background-color: rgb(248,135,92); }

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

border-color css

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

 span { border-color: rgb(248,135,92); }

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