Html Css Color HEX #F0945B Crusta

📋 copy color: '#F0945B'

red 240 ◦ green 148 ◦ blue 91

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

Shades of Crusta #F0945B

Tints of Crusta #F0945B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

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

R = 50.1%
G = 30.9%
B = 19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0945B (or 0xF0945B) is known color: Crusta. HEX triplet: F0, 94 and 5B. RGB value is (240,148,91). Sum of RGB (Red+Green+Blue) = 240+148+91=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0945B is #0F6BA4. Grayscale: #A9A9A9. Windows color (decimal): -1010597 or 6001904. OLE color: 6001904.

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

Color convert

RGB 240 148 91 -
CMYK 0 0.38 0.62 0.06
HSL 22.95º 0.83% 0.65% -
HSV(B) 22.95º 0.62% 0.94% -
XYZ 48.41 40.46 15.16 -
YUV 169.01 83.98 178.63 -
System Red Green Blue C M Y K H S L
Decimal 240 148 91 0 0.38 0.62 0.06 22.95 0.83 0.65
Hex F0 94 5B 0 26 3E 6 17 53 41
Octal 360 224 133 0 46 76 6 27 123 101
Binary 11110000 10010100 1011011 0 100110 111110 110 10111 1010011 1000001

Color Harmonies of #F0945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0945B

Black with #F0945B

Text Example


Text Example

White with #F0945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0945B; }

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

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

background-color css

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

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

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

border-color css

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

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

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