Html Css Color HEX #F28C55 Crusta

📋 copy color: '#F28C55'

red 242 ◦ green 140 ◦ blue 85

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

Shades of Crusta #F28C55

Tints of Crusta #F28C55

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.98%

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

R = 51.82%
G = 29.98%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F28C55 (or 0xF28C55) is known color: Crusta. HEX triplet: F2, 8C and 55. RGB value is (242,140,85). Sum of RGB (Red+Green+Blue) = 242+140+85=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C55 is #0D73AA. Grayscale: #A4A4A4. Windows color (decimal): -881579 or 5606642. OLE color: 5606642.

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

Color convert

RGB 242 140 85 -
CMYK 0 0.42 0.65 0.05
HSL 21.02º 0.86% 0.64% -
HSV(B) 21.02º 0.65% 0.95% -
XYZ 47.64 38.29 13.47 -
YUV 164.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 242 140 85 0 0.42 0.65 0.05 21.02 0.86 0.64
Hex F2 8C 55 0 2A 41 5 15 56 40
Octal 362 214 125 0 52 101 5 25 126 100
Binary 11110010 10001100 1010101 0 101010 1000001 101 10101 1010110 1000000

Color Harmonies of #F28C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C55

Black with #F28C55

Text Example


Text Example

White with #F28C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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