Html Css Color HEX #F0915B Crusta

📋 copy color: '#F0915B'

red 240 ◦ green 145 ◦ blue 91

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

Shades of Crusta #F0915B

Tints of Crusta #F0915B

RGB

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

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

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

R = 50.42%
G = 30.46%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0915B (or 0xF0915B) is known color: Crusta. HEX triplet: F0, 91 and 5B. RGB value is (240,145,91). Sum of RGB (Red+Green+Blue) = 240+145+91=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0915B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0915B is #0F6EA4. Grayscale: #A7A7A7. Windows color (decimal): -1011365 or 6001136. OLE color: 6001136.

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

Color convert

RGB 240 145 91 -
CMYK 0 0.40 0.62 0.06
HSL 21.74º 0.83% 0.65% -
HSV(B) 21.74º 0.62% 0.94% -
XYZ 47.95 39.53 15 -
YUV 167.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 240 145 91 0 0.40 0.62 0.06 21.74 0.83 0.65
Hex F0 91 5B 0 28 3E 6 16 53 41
Octal 360 221 133 0 50 76 6 26 123 101
Binary 11110000 10010001 1011011 0 101000 111110 110 10110 1010011 1000001

Color Harmonies of #F0915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0915B

Black with #F0915B

Text Example


Text Example

White with #F0915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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