Html Css Color HEX #F28555 Crusta

📋 copy color: '#F28555'

red 242 ◦ green 133 ◦ blue 85

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

Shades of Crusta #F28555

Tints of Crusta #F28555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.91%

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

R = 52.61%
G = 28.91%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F28555 (or 0xF28555) is known color: Crusta. HEX triplet: F2, 85 and 55. RGB value is (242,133,85). Sum of RGB (Red+Green+Blue) = 242+133+85=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F28555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28555 is #0D7AAA. Grayscale: #A0A0A0. Windows color (decimal): -883371 or 5604850. OLE color: 5604850.

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

Color convert

RGB 242 133 85 -
CMYK 0 0.45 0.65 0.05
HSL 18.34º 0.86% 0.64% -
HSV(B) 18.34º 0.65% 0.95% -
XYZ 46.65 36.31 13.14 -
YUV 160.12 85.61 186.4 -
System Red Green Blue C M Y K H S L
Decimal 242 133 85 0 0.45 0.65 0.05 18.34 0.86 0.64
Hex F2 85 55 0 2D 41 5 12 56 40
Octal 362 205 125 0 55 101 5 22 126 100
Binary 11110010 10000101 1010101 0 101101 1000001 101 10010 1010110 1000000

Color Harmonies of #F28555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28555

Black with #F28555

Text Example


Text Example

White with #F28555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28555; }

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

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

background-color css

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

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

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

border-color css

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

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

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