Html Css Color HEX #F8835D Crusta

📋 copy color: '#F8835D'

red 248 ◦ green 131 ◦ blue 93

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

Shades of Crusta #F8835D

Tints of Crusta #F8835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.75%

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

R = 52.54%
G = 27.75%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8835D (or 0xF8835D) is known color: Crusta. HEX triplet: F8, 83 and 5D. RGB value is (248,131,93). Sum of RGB (Red+Green+Blue) = 248+131+93=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8835D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8835D is #077CA2. Grayscale: #A1A1A1. Windows color (decimal): -490659 or 6128632. OLE color: 6128632.

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

Color convert

RGB 248 131 93 -
CMYK 0 0.47 0.62 0.03
HSL 14.71º 0.92% 0.67% -
HSV(B) 14.71º 0.63% 0.97% -
XYZ 48.8 36.98 14.92 -
YUV 161.65 89.26 189.59 -
System Red Green Blue C M Y K H S L
Decimal 248 131 93 0 0.47 0.62 0.03 14.71 0.92 0.67
Hex F8 83 5D 0 2F 3E 3 F 5C 43
Octal 370 203 135 0 57 76 3 17 134 103
Binary 11111000 10000011 1011101 0 101111 111110 11 1111 1011100 1000011

Color Harmonies of #F8835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8835D

Black with #F8835D

Text Example


Text Example

White with #F8835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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