Html Css Color HEX #F28C52 Crusta

📋 copy color: '#F28C52'

red 242 ◦ green 140 ◦ blue 82

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

Shades of Crusta #F28C52

Tints of Crusta #F28C52

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

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

R = 52.16%
G = 30.17%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F28C52 (or 0xF28C52) is known color: Crusta. HEX triplet: F2, 8C and 52. RGB value is (242,140,82). Sum of RGB (Red+Green+Blue) = 242+140+82=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C52 is #0D73AD. Grayscale: #A4A4A4. Windows color (decimal): -881582 or 5410034. OLE color: 5410034.

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

Color convert

RGB 242 140 82 -
CMYK 0 0.42 0.66 0.05
HSL 21.75º 0.86% 0.64% -
HSV(B) 21.75º 0.66% 0.95% -
XYZ 47.52 38.24 12.86 -
YUV 163.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 242 140 82 0 0.42 0.66 0.05 21.75 0.86 0.64
Hex F2 8C 52 0 2A 42 5 16 56 40
Octal 362 214 122 0 52 102 5 26 126 100
Binary 11110010 10001100 1010010 0 101010 1000010 101 10110 1010110 1000000

Color Harmonies of #F28C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C52

Black with #F28C52

Text Example


Text Example

White with #F28C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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