Html Css Color HEX #F0915E Crusta

📋 copy color: '#F0915E'

red 240 ◦ green 145 ◦ blue 94

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

Shades of Crusta #F0915E

Tints of Crusta #F0915E

RGB

 RED value IS 240 (94.14% from 255) = 50.1%

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

 BLUE value IS 94 (37.11% from 255) = 19.62%

R = 50.1%
G = 30.27%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0915E (or 0xF0915E) is known color: Crusta. HEX triplet: F0, 91 and 5E. RGB value is (240,145,94). Sum of RGB (Red+Green+Blue) = 240+145+94=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0915E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0915E is #0F6EA1. Grayscale: #A7A7A7. Windows color (decimal): -1011362 or 6197744. OLE color: 6197744.

HSL color Cylindrical-coordinate representation of color #F0915E: hue angle of 20.96º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0915E is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 145 94 -
CMYK 0 0.40 0.61 0.06
HSL 20.96º 0.83% 0.65% -
HSV(B) 20.96º 0.61% 0.94% -
XYZ 48.08 39.58 15.7 -
YUV 167.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 240 145 94 0 0.40 0.61 0.06 20.96 0.83 0.65
Hex F0 91 5E 0 28 3D 6 15 53 41
Octal 360 221 136 0 50 75 6 25 123 101
Binary 11110000 10010001 1011110 0 101000 111101 110 10101 1010011 1000001

Color Harmonies of #F0915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0915E

Black with #F0915E

Text Example


Text Example

White with #F0915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0915E; }

 p { color: rgb(240,145,94); }

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

background-color css

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

 a { background-color: rgb(240,145,94); }

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

border-color css

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

 span { border-color: rgb(240,145,94); }

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