Html Css Color HEX #F28E50 Crusta

📋 copy color: '#F28E50'

red 242 ◦ green 142 ◦ blue 80

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

Shades of Crusta #F28E50

Tints of Crusta #F28E50

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.6%

 BLUE value IS 80 (31.64% from 255) = 17.24%

R = 52.16%
G = 30.6%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F28E50 (or 0xF28E50) is known color: Crusta. HEX triplet: F2, 8E and 50. RGB value is (242,142,80). Sum of RGB (Red+Green+Blue) = 242+142+80=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E50 is #0D71AF. Grayscale: #A5A5A5. Windows color (decimal): -881072 or 5279474. OLE color: 5279474.

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

Color convert

RGB 242 142 80 -
CMYK 0 0.41 0.67 0.05
HSL 22.96º 0.86% 0.63% -
HSV(B) 22.96º 0.67% 0.95% -
XYZ 47.74 38.8 12.56 -
YUV 164.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 242 142 80 0 0.41 0.67 0.05 22.96 0.86 0.63
Hex F2 8E 50 0 29 43 5 17 56 3F
Octal 362 216 120 0 51 103 5 27 126 77
Binary 11110010 10001110 1010000 0 101001 1000011 101 10111 1010110 111111

Color Harmonies of #F28E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28E50

Black with #F28E50

Text Example


Text Example

White with #F28E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28E50; }

 p { color: rgb(242,142,80); }

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

background-color css

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

 a { background-color: rgb(242,142,80); }

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

border-color css

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

 span { border-color: rgb(242,142,80); }

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