Html Css Color HEX #F27D59 Crusta

📋 copy color: '#F27D59'

red 242 ◦ green 125 ◦ blue 89

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

Shades of Crusta #F27D59

Tints of Crusta #F27D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.52%

R = 53.07%
G = 27.41%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F27D59 (or 0xF27D59) is known color: Crusta. HEX triplet: F2, 7D and 59. RGB value is (242,125,89). Sum of RGB (Red+Green+Blue) = 242+125+89=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D59 is #0D82A6. Grayscale: #9C9C9C. Windows color (decimal): -885415 or 5864946. OLE color: 5864946.

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

Color convert

RGB 242 125 89 -
CMYK 0 0.48 0.63 0.05
HSL 14.12º 0.85% 0.65% -
HSV(B) 14.12º 0.63% 0.95% -
XYZ 45.75 34.27 13.65 -
YUV 155.88 90.26 189.43 -
System Red Green Blue C M Y K H S L
Decimal 242 125 89 0 0.48 0.63 0.05 14.12 0.85 0.65
Hex F2 7D 59 0 30 3F 5 E 55 41
Octal 362 175 131 0 60 77 5 16 125 101
Binary 11110010 1111101 1011001 0 110000 111111 101 1110 1010101 1000001

Color Harmonies of #F27D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27D59

Black with #F27D59

Text Example


Text Example

White with #F27D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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