Html Css Color HEX #F09053 Crusta

📋 copy color: '#F09053'

red 240 ◦ green 144 ◦ blue 83

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

Shades of Crusta #F09053

Tints of Crusta #F09053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.77%

R = 51.39%
G = 30.84%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F09053 (or 0xF09053) is known color: Crusta. HEX triplet: F0, 90 and 53. RGB value is (240,144,83). Sum of RGB (Red+Green+Blue) = 240+144+83=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F09053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09053 is #0F6FAC. Grayscale: #A6A6A6. Windows color (decimal): -1011629 or 5476592. OLE color: 5476592.

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

Color convert

RGB 240 144 83 -
CMYK 0 0.4 0.65 0.06
HSL 23.31º 0.84% 0.63% -
HSV(B) 23.31º 0.65% 0.94% -
XYZ 47.47 39.1 13.23 -
YUV 165.75 81.3 180.96 -
System Red Green Blue C M Y K H S L
Decimal 240 144 83 0 0.4 0.65 0.06 23.31 0.84 0.63
Hex F0 90 53 0 28 41 6 17 54 3F
Octal 360 220 123 0 50 101 6 27 124 77
Binary 11110000 10010000 1010011 0 101000 1000001 110 10111 1010100 111111

Color Harmonies of #F09053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09053

Black with #F09053

Text Example


Text Example

White with #F09053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09053; }

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

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

background-color css

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

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

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

border-color css

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

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

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