Html Css Color HEX #F09061 Crusta

📋 copy color: '#F09061'

red 240 ◦ green 144 ◦ blue 97

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

Shades of Crusta #F09061

Tints of Crusta #F09061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.94%

 BLUE value IS 97 (38.28% from 255) = 20.17%

R = 49.9%
G = 29.94%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F09061 (or 0xF09061) is known color: Crusta. HEX triplet: F0, 90 and 61. RGB value is (240,144,97). Sum of RGB (Red+Green+Blue) = 240+144+97=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F09061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09061 is #0F6F9E. Grayscale: #A7A7A7. Windows color (decimal): -1011615 or 6394096. OLE color: 6394096.

HSL color Cylindrical-coordinate representation of color #F09061: hue angle of 19.72º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F09061 is Cyan = 0, Magento = 0.4, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 144 97 -
CMYK 0 0.4 0.60 0.06
HSL 19.72º 0.83% 0.66% -
HSV(B) 19.72º 0.6% 0.94% -
XYZ 48.07 39.33 16.37 -
YUV 167.35 88.3 179.82 -
System Red Green Blue C M Y K H S L
Decimal 240 144 97 0 0.4 0.60 0.06 19.72 0.83 0.66
Hex F0 90 61 0 28 3C 6 14 53 42
Octal 360 220 141 0 50 74 6 24 123 102
Binary 11110000 10010000 1100001 0 101000 111100 110 10100 1010011 1000010

Color Harmonies of #F09061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09061

Black with #F09061

Text Example


Text Example

White with #F09061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09061; }

 p { color: rgb(240,144,97); }

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

background-color css

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

 a { background-color: rgb(240,144,97); }

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

border-color css

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

 span { border-color: rgb(240,144,97); }

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