Html Css Color HEX #F27D52 Crusta

📋 copy color: '#F27D52'

red 242 ◦ green 125 ◦ blue 82

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

Shades of Crusta #F27D52

Tints of Crusta #F27D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.26%

R = 53.9%
G = 27.84%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F27D52 (or 0xF27D52) is known color: Crusta. HEX triplet: F2, 7D and 52. RGB value is (242,125,82). Sum of RGB (Red+Green+Blue) = 242+125+82=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D52 is #0D82AD. Grayscale: #9B9B9B. Windows color (decimal): -885422 or 5406194. OLE color: 5406194.

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

Color convert

RGB 242 125 82 -
CMYK 0 0.48 0.66 0.05
HSL 16.13º 0.86% 0.64% -
HSV(B) 16.13º 0.66% 0.95% -
XYZ 45.47 34.15 12.18 -
YUV 155.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 242 125 82 0 0.48 0.66 0.05 16.13 0.86 0.64
Hex F2 7D 52 0 30 42 5 10 56 40
Octal 362 175 122 0 60 102 5 20 126 100
Binary 11110010 1111101 1010010 0 110000 1000010 101 10000 1010110 1000000

Color Harmonies of #F27D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27D52

Black with #F27D52

Text Example


Text Example

White with #F27D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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