Html Css Color HEX #F28C51 Crusta

📋 copy color: '#F28C51'

red 242 ◦ green 140 ◦ blue 81

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

Shades of Crusta #F28C51

Tints of Crusta #F28C51

RGB

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

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

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

R = 52.27%
G = 30.24%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F28C51 (or 0xF28C51) is known color: Crusta. HEX triplet: F2, 8C and 51. RGB value is (242,140,81). Sum of RGB (Red+Green+Blue) = 242+140+81=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C51 is #0D73AE. Grayscale: #A4A4A4. Windows color (decimal): -881583 or 5344498. OLE color: 5344498.

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

Color convert

RGB 242 140 81 -
CMYK 0 0.42 0.67 0.05
HSL 21.99º 0.86% 0.63% -
HSV(B) 21.99º 0.67% 0.95% -
XYZ 47.48 38.23 12.66 -
YUV 163.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 242 140 81 0 0.42 0.67 0.05 21.99 0.86 0.63
Hex F2 8C 51 0 2A 43 5 16 56 3F
Octal 362 214 121 0 52 103 5 26 126 77
Binary 11110010 10001100 1010001 0 101010 1000011 101 10110 1010110 111111

Color Harmonies of #F28C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C51

Black with #F28C51

Text Example


Text Example

White with #F28C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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