Html Css Color HEX #F27D4F Crusta

📋 copy color: '#F27D4F'

red 242 ◦ green 125 ◦ blue 79

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

Shades of Crusta #F27D4F

Tints of Crusta #F27D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.71%

R = 54.26%
G = 28.03%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F27D4F (or 0xF27D4F) is known color: Crusta. HEX triplet: F2, 7D and 4F. RGB value is (242,125,79). Sum of RGB (Red+Green+Blue) = 242+125+79=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D4F is #0D82B0. Grayscale: #9B9B9B. Windows color (decimal): -885425 or 5209586. OLE color: 5209586.

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

Color convert

RGB 242 125 79 -
CMYK 0 0.48 0.67 0.05
HSL 16.93º 0.86% 0.63% -
HSV(B) 16.93º 0.67% 0.95% -
XYZ 45.36 34.11 11.59 -
YUV 154.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 242 125 79 0 0.48 0.67 0.05 16.93 0.86 0.63
Hex F2 7D 4F 0 30 43 5 11 56 3F
Octal 362 175 117 0 60 103 5 21 126 77
Binary 11110010 1111101 1001111 0 110000 1000011 101 10001 1010110 111111

Color Harmonies of #F27D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27D4F

Black with #F27D4F

Text Example


Text Example

White with #F27D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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