Html Css Color HEX #F8915B Crusta

📋 copy color: '#F8915B'

red 248 ◦ green 145 ◦ blue 91

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

Shades of Crusta #F8915B

Tints of Crusta #F8915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.96%

 BLUE value IS 91 (35.94% from 255) = 18.8%

R = 51.24%
G = 29.96%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8915B (or 0xF8915B) is known color: Crusta. HEX triplet: F8, 91 and 5B. RGB value is (248,145,91). Sum of RGB (Red+Green+Blue) = 248+145+91=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8915B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8915B is #076EA4. Grayscale: #A9A9A9. Windows color (decimal): -487077 or 6001144. OLE color: 6001144.

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

Color convert

RGB 248 145 91 -
CMYK 0 0.42 0.63 0.03
HSL 20.64º 0.92% 0.66% -
HSV(B) 20.64º 0.63% 0.97% -
XYZ 50.73 40.96 15.13 -
YUV 169.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 248 145 91 0 0.42 0.63 0.03 20.64 0.92 0.66
Hex F8 91 5B 0 2A 3F 3 15 5C 42
Octal 370 221 133 0 52 77 3 25 134 102
Binary 11111000 10010001 1011011 0 101010 111111 11 10101 1011100 1000010

Color Harmonies of #F8915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8915B

Black with #F8915B

Text Example


Text Example

White with #F8915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8915B; }

 p { color: rgb(248,145,91); }

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

background-color css

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

 a { background-color: rgb(248,145,91); }

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

border-color css

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

 span { border-color: rgb(248,145,91); }

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