Html Css Color HEX #F8855C Crusta

📋 copy color: '#F8855C'

red 248 ◦ green 133 ◦ blue 92

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

Shades of Crusta #F8855C

Tints of Crusta #F8855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.12%

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

R = 52.43%
G = 28.12%
B = 19.45%

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

#F8855C (or 0xF8855C) is known color: Crusta. HEX triplet: F8, 85 and 5C. RGB value is (248,133,92). Sum of RGB (Red+Green+Blue) = 248+133+92=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8855C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8855C is #077AA3. Grayscale: #A2A2A2. Windows color (decimal): -490148 or 6063608. OLE color: 6063608.

HSL color Cylindrical-coordinate representation of color #F8855C: hue angle of 15.77º 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 #F8855C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 133 92 -
CMYK 0 0.46 0.63 0.03
HSL 15.77º 0.92% 0.67% -
HSV(B) 15.77º 0.63% 0.97% -
XYZ 49.03 37.5 14.78 -
YUV 162.71 88.1 188.83 -
System Red Green Blue C M Y K H S L
Decimal 248 133 92 0 0.46 0.63 0.03 15.77 0.92 0.67
Hex F8 85 5C 0 2E 3F 3 10 5C 43
Octal 370 205 134 0 56 77 3 20 134 103
Binary 11111000 10000101 1011100 0 101110 111111 11 10000 1011100 1000011

Color Harmonies of #F8855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8855C

Black with #F8855C

Text Example


Text Example

White with #F8855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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