Html Css Color HEX #F8865C Crusta

📋 copy color: '#F8865C'

red 248 ◦ green 134 ◦ blue 92

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

Shades of Crusta #F8865C

Tints of Crusta #F8865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

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

R = 52.32%
G = 28.27%
B = 19.41%

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

#F8865C (or 0xF8865C) is known color: Crusta. HEX triplet: F8, 86 and 5C. RGB value is (248,134,92). Sum of RGB (Red+Green+Blue) = 248+134+92=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8865C is #0779A3. Grayscale: #A3A3A3. Windows color (decimal): -489892 or 6063864. OLE color: 6063864.

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

Color convert

RGB 248 134 92 -
CMYK 0 0.46 0.63 0.03
HSL 16.15º 0.92% 0.67% -
HSV(B) 16.15º 0.63% 0.97% -
XYZ 49.17 37.78 14.83 -
YUV 163.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 248 134 92 0 0.46 0.63 0.03 16.15 0.92 0.67
Hex F8 86 5C 0 2E 3F 3 10 5C 43
Octal 370 206 134 0 56 77 3 20 134 103
Binary 11111000 10000110 1011100 0 101110 111111 11 10000 1011100 1000011

Color Harmonies of #F8865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8865C

Black with #F8865C

Text Example


Text Example

White with #F8865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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