Html Css Color HEX #F28351 Crusta

📋 copy color: '#F28351'

red 242 ◦ green 131 ◦ blue 81

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

Shades of Crusta #F28351

Tints of Crusta #F28351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.84%

R = 53.3%
G = 28.85%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F28351 (or 0xF28351) is known color: Crusta. HEX triplet: F2, 83 and 51. RGB value is (242,131,81). Sum of RGB (Red+Green+Blue) = 242+131+81=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F28351 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28351 is #0D7CAE. Grayscale: #9E9E9E. Windows color (decimal): -883887 or 5342194. OLE color: 5342194.

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

Color convert

RGB 242 131 81 -
CMYK 0 0.46 0.67 0.05
HSL 18.63º 0.86% 0.63% -
HSV(B) 18.63º 0.67% 0.95% -
XYZ 46.22 35.7 12.24 -
YUV 158.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 242 131 81 0 0.46 0.67 0.05 18.63 0.86 0.63
Hex F2 83 51 0 2E 43 5 13 56 3F
Octal 362 203 121 0 56 103 5 23 126 77
Binary 11110010 10000011 1010001 0 101110 1000011 101 10011 1010110 111111

Color Harmonies of #F28351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28351

Black with #F28351

Text Example


Text Example

White with #F28351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28351; }

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

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

background-color css

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

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

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

border-color css

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

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

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