Html Css Color HEX #F27E5D Crusta

📋 copy color: '#F27E5D'

red 242 ◦ green 126 ◦ blue 93

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

Shades of Crusta #F27E5D

Tints of Crusta #F27E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

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

R = 52.49%
G = 27.33%
B = 20.17%

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

#F27E5D (or 0xF27E5D) is known color: Crusta. HEX triplet: F2, 7E and 5D. RGB value is (242,126,93). Sum of RGB (Red+Green+Blue) = 242+126+93=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E5D is #0D81A2. Grayscale: #9D9D9D. Windows color (decimal): -885155 or 6127346. OLE color: 6127346.

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

Color convert

RGB 242 126 93 -
CMYK 0 0.48 0.62 0.05
HSL 13.29º 0.85% 0.66% -
HSV(B) 13.29º 0.62% 0.95% -
XYZ 46.05 34.59 14.6 -
YUV 156.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 242 126 93 0 0.48 0.62 0.05 13.29 0.85 0.66
Hex F2 7E 5D 0 30 3E 5 D 55 42
Octal 362 176 135 0 60 76 5 15 125 102
Binary 11110010 1111110 1011101 0 110000 111110 101 1101 1010101 1000010

Color Harmonies of #F27E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27E5D

Black with #F27E5D

Text Example


Text Example

White with #F27E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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