Html Css Color HEX #F27F5B Crusta

📋 copy color: '#F27F5B'

red 242 ◦ green 127 ◦ blue 91

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

Shades of Crusta #F27F5B

Tints of Crusta #F27F5B

RGB

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

 GREEN value IS 127 (50% from 255) = 27.61%

 BLUE value IS 91 (35.94% from 255) = 19.78%

R = 52.61%
G = 27.61%
B = 19.78%

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

#F27F5B (or 0xF27F5B) is known color: Crusta. HEX triplet: F2, 7F and 5B. RGB value is (242,127,91). Sum of RGB (Red+Green+Blue) = 242+127+91=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F5B is #0D80A4. Grayscale: #9D9D9D. Windows color (decimal): -884901 or 5996530. OLE color: 5996530.

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

Color convert

RGB 242 127 91 -
CMYK 0 0.48 0.62 0.05
HSL 14.3º 0.85% 0.65% -
HSV(B) 14.3º 0.62% 0.95% -
XYZ 46.1 34.81 14.19 -
YUV 157.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 242 127 91 0 0.48 0.62 0.05 14.3 0.85 0.65
Hex F2 7F 5B 0 30 3E 5 E 55 41
Octal 362 177 133 0 60 76 5 16 125 101
Binary 11110010 1111111 1011011 0 110000 111110 101 1110 1010101 1000001

Color Harmonies of #F27F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F5B

Black with #F27F5B

Text Example


Text Example

White with #F27F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F5B; }

 p { color: rgb(242,127,91); }

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

background-color css

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

 a { background-color: rgb(242,127,91); }

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

border-color css

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

 span { border-color: rgb(242,127,91); }

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