Html Css Color HEX #F29257 Crusta

📋 copy color: '#F29257'

red 242 ◦ green 146 ◦ blue 87

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

Shades of Crusta #F29257

Tints of Crusta #F29257

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.74%

 BLUE value IS 87 (34.38% from 255) = 18.32%

R = 50.95%
G = 30.74%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F29257 (or 0xF29257) is known color: Crusta. HEX triplet: F2, 92 and 57. RGB value is (242,146,87). Sum of RGB (Red+Green+Blue) = 242+146+87=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F29257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29257 is #0D6DA8. Grayscale: #A8A8A8. Windows color (decimal): -880041 or 5739250. OLE color: 5739250.

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

Color convert

RGB 242 146 87 -
CMYK 0 0.40 0.64 0.05
HSL 22.84º 0.86% 0.65% -
HSV(B) 22.84º 0.64% 0.95% -
XYZ 48.62 40.12 14.2 -
YUV 167.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 242 146 87 0 0.40 0.64 0.05 22.84 0.86 0.65
Hex F2 92 57 0 28 40 5 17 56 41
Octal 362 222 127 0 50 100 5 27 126 101
Binary 11110010 10010010 1010111 0 101000 1000000 101 10111 1010110 1000001

Color Harmonies of #F29257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29257

Black with #F29257

Text Example


Text Example

White with #F29257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29257; }

 p { color: rgb(242,146,87); }

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

background-color css

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

 a { background-color: rgb(242,146,87); }

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

border-color css

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

 span { border-color: rgb(242,146,87); }

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