Html Css Color HEX #F28F55 Crusta

📋 copy color: '#F28F55'

red 242 ◦ green 143 ◦ blue 85

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

Shades of Crusta #F28F55

Tints of Crusta #F28F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

 BLUE value IS 85 (33.59% from 255) = 18.09%

R = 51.49%
G = 30.43%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F28F55 (or 0xF28F55) is known color: Crusta. HEX triplet: F2, 8F and 55. RGB value is (242,143,85). Sum of RGB (Red+Green+Blue) = 242+143+85=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F55 is #0D70AA. Grayscale: #A6A6A6. Windows color (decimal): -880811 or 5607410. OLE color: 5607410.

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

Color convert

RGB 242 143 85 -
CMYK 0 0.41 0.65 0.05
HSL 22.17º 0.86% 0.64% -
HSV(B) 22.17º 0.65% 0.95% -
XYZ 48.08 39.18 13.62 -
YUV 165.99 82.3 182.22 -
System Red Green Blue C M Y K H S L
Decimal 242 143 85 0 0.41 0.65 0.05 22.17 0.86 0.64
Hex F2 8F 55 0 29 41 5 16 56 40
Octal 362 217 125 0 51 101 5 26 126 100
Binary 11110010 10001111 1010101 0 101001 1000001 101 10110 1010110 1000000

Color Harmonies of #F28F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F55

Black with #F28F55

Text Example


Text Example

White with #F28F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F55; }

 p { color: rgb(242,143,85); }

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

background-color css

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

 a { background-color: rgb(242,143,85); }

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

border-color css

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

 span { border-color: rgb(242,143,85); }

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