Html Css Color HEX #F27D5D Crusta

📋 copy color: '#F27D5D'

red 242 ◦ green 125 ◦ blue 93

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

Shades of Crusta #F27D5D

Tints of Crusta #F27D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.17%

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 52.61%
G = 27.17%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F27D5D (or 0xF27D5D) is known color: Crusta. HEX triplet: F2, 7D and 5D. RGB value is (242,125,93). Sum of RGB (Red+Green+Blue) = 242+125+93=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D5D is #0D82A2. Grayscale: #9C9C9C. Windows color (decimal): -885411 or 6127090. OLE color: 6127090.

HSL color Cylindrical-coordinate representation of color #F27D5D: hue angle of 12.89º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F27D5D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 125 93 -
CMYK 0 0.48 0.62 0.05
HSL 12.89º 0.85% 0.66% -
HSV(B) 12.89º 0.62% 0.95% -
XYZ 45.93 34.33 14.56 -
YUV 156.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 242 125 93 0 0.48 0.62 0.05 12.89 0.85 0.66
Hex F2 7D 5D 0 30 3E 5 D 55 42
Octal 362 175 135 0 60 76 5 15 125 102
Binary 11110010 1111101 1011101 0 110000 111110 101 1101 1010101 1000010

Color Harmonies of #F27D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27D5D

Black with #F27D5D

Text Example


Text Example

White with #F27D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27D5D; }

 p { color: rgb(242,125,93); }

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

background-color css

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

 a { background-color: rgb(242,125,93); }

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

border-color css

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

 span { border-color: rgb(242,125,93); }

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