Html Css Color HEX #F8875D Crusta

📋 copy color: '#F8875D'

red 248 ◦ green 135 ◦ blue 93

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

Shades of Crusta #F8875D

Tints of Crusta #F8875D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.54%

R = 52.1%
G = 28.36%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8875D (or 0xF8875D) is known color: Crusta. HEX triplet: F8, 87 and 5D. RGB value is (248,135,93). Sum of RGB (Red+Green+Blue) = 248+135+93=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8875D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8875D is #0778A2. Grayscale: #A4A4A4. Windows color (decimal): -489635 or 6129656. OLE color: 6129656.

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

Color convert

RGB 248 135 93 -
CMYK 0 0.46 0.62 0.03
HSL 16.26º 0.92% 0.67% -
HSV(B) 16.26º 0.63% 0.97% -
XYZ 49.35 38.07 15.1 -
YUV 164 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 248 135 93 0 0.46 0.62 0.03 16.26 0.92 0.67
Hex F8 87 5D 0 2E 3E 3 10 5C 43
Octal 370 207 135 0 56 76 3 20 134 103
Binary 11111000 10000111 1011101 0 101110 111110 11 10000 1011100 1000011

Color Harmonies of #F8875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8875D

Black with #F8875D

Text Example


Text Example

White with #F8875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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