Html Css Color HEX #F27C5A Crusta

📋 copy color: '#F27C5A'

red 242 ◦ green 124 ◦ blue 90

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

Shades of Crusta #F27C5A

Tints of Crusta #F27C5A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

 BLUE value IS 90 (35.55% from 255) = 19.74%

R = 53.07%
G = 27.19%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F27C5A (or 0xF27C5A) is known color: Crusta. HEX triplet: F2, 7C and 5A. RGB value is (242,124,90). Sum of RGB (Red+Green+Blue) = 242+124+90=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C5A is #0D83A5. Grayscale: #9B9B9B. Windows color (decimal): -885670 or 5930226. OLE color: 5930226.

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

Color convert

RGB 242 124 90 -
CMYK 0 0.49 0.63 0.05
HSL 13.42º 0.85% 0.65% -
HSV(B) 13.42º 0.63% 0.95% -
XYZ 45.67 34.03 13.83 -
YUV 155.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 242 124 90 0 0.49 0.63 0.05 13.42 0.85 0.65
Hex F2 7C 5A 0 31 3F 5 D 55 41
Octal 362 174 132 0 61 77 5 15 125 101
Binary 11110010 1111100 1011010 0 110001 111111 101 1101 1010101 1000001

Color Harmonies of #F27C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C5A

Black with #F27C5A

Text Example


Text Example

White with #F27C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C5A; }

 p { color: rgb(242,124,90); }

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

background-color css

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

 a { background-color: rgb(242,124,90); }

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

border-color css

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

 span { border-color: rgb(242,124,90); }

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