Html Css Color HEX #F29059 Crusta

📋 copy color: '#F29059'

red 242 ◦ green 144 ◦ blue 89

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

Shades of Crusta #F29059

Tints of Crusta #F29059

RGB

 RED value IS 242 (94.92% from 255) = 50.95%

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

 BLUE value IS 89 (35.16% from 255) = 18.74%

R = 50.95%
G = 30.32%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F29059 (or 0xF29059) is known color: Crusta. HEX triplet: F2, 90 and 59. RGB value is (242,144,89). Sum of RGB (Red+Green+Blue) = 242+144+89=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F29059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29059 is #0D6FA6. Grayscale: #A7A7A7. Windows color (decimal): -880551 or 5869810. OLE color: 5869810.

HSL color Cylindrical-coordinate representation of color #F29059: hue angle of 21.57º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F29059 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 144 89 -
CMYK 0 0.40 0.63 0.05
HSL 21.57º 0.85% 0.65% -
HSV(B) 21.57º 0.63% 0.95% -
XYZ 48.39 39.55 14.53 -
YUV 167.03 83.97 181.47 -
System Red Green Blue C M Y K H S L
Decimal 242 144 89 0 0.40 0.63 0.05 21.57 0.85 0.65
Hex F2 90 59 0 28 3F 5 16 55 41
Octal 362 220 131 0 50 77 5 26 125 101
Binary 11110010 10010000 1011001 0 101000 111111 101 10110 1010101 1000001

Color Harmonies of #F29059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29059

Black with #F29059

Text Example


Text Example

White with #F29059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29059; }

 p { color: rgb(242,144,89); }

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

background-color css

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

 a { background-color: rgb(242,144,89); }

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

border-color css

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

 span { border-color: rgb(242,144,89); }

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