Html Css Color HEX #F28359 Crusta

📋 copy color: '#F28359'

red 242 ◦ green 131 ◦ blue 89

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

Shades of Crusta #F28359

Tints of Crusta #F28359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.35%

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

R = 52.38%
G = 28.35%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F28359 (or 0xF28359) is known color: Crusta. HEX triplet: F2, 83 and 59. RGB value is (242,131,89). Sum of RGB (Red+Green+Blue) = 242+131+89=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F28359 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28359 is #0D7CA6. Grayscale: #9F9F9F. Windows color (decimal): -883879 or 5866482. OLE color: 5866482.

HSL color Cylindrical-coordinate representation of color #F28359: hue angle of 16.47º 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 #F28359 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 131 89 -
CMYK 0 0.46 0.63 0.05
HSL 16.47º 0.85% 0.65% -
HSV(B) 16.47º 0.63% 0.95% -
XYZ 46.54 35.83 13.91 -
YUV 159.4 88.27 186.92 -
System Red Green Blue C M Y K H S L
Decimal 242 131 89 0 0.46 0.63 0.05 16.47 0.85 0.65
Hex F2 83 59 0 2E 3F 5 10 55 41
Octal 362 203 131 0 56 77 5 20 125 101
Binary 11110010 10000011 1011001 0 101110 111111 101 10000 1010101 1000001

Color Harmonies of #F28359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28359

Black with #F28359

Text Example


Text Example

White with #F28359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28359; }

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

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

background-color css

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

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

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

border-color css

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

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

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