Html Css Color HEX #F0945A Crusta

📋 copy color: '#F0945A'

red 240 ◦ green 148 ◦ blue 90

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

Shades of Crusta #F0945A

Tints of Crusta #F0945A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.83%

R = 50.21%
G = 30.96%
B = 18.83%

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

#F0945A (or 0xF0945A) is known color: Crusta. HEX triplet: F0, 94 and 5A. RGB value is (240,148,90). Sum of RGB (Red+Green+Blue) = 240+148+90=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0945A is #0F6BA5. Grayscale: #A9A9A9. Windows color (decimal): -1010598 or 5936368. OLE color: 5936368.

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

Color convert

RGB 240 148 90 -
CMYK 0 0.38 0.62 0.06
HSL 23.2º 0.83% 0.65% -
HSV(B) 23.2º 0.63% 0.94% -
XYZ 48.37 40.44 14.93 -
YUV 168.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 240 148 90 0 0.38 0.62 0.06 23.2 0.83 0.65
Hex F0 94 5A 0 26 3E 6 17 53 41
Octal 360 224 132 0 46 76 6 27 123 101
Binary 11110000 10010100 1011010 0 100110 111110 110 10111 1010011 1000001

Color Harmonies of #F0945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0945A

Black with #F0945A

Text Example


Text Example

White with #F0945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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