Html Css Color HEX #F68052 Crusta

📋 copy color: '#F68052'

red 246 ◦ green 128 ◦ blue 82

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

Shades of Crusta #F68052

Tints of Crusta #F68052

RGB

 RED value IS 246 (96.48% from 255) = 53.95%

 GREEN value IS 128 (50.39% from 255) = 28.07%

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

R = 53.95%
G = 28.07%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F68052 (or 0xF68052) is known color: Crusta. HEX triplet: F6, 80 and 52. RGB value is (246,128,82). Sum of RGB (Red+Green+Blue) = 246+128+82=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F68052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68052 is #097FAD. Grayscale: #9E9E9E. Windows color (decimal): -622510 or 5406966. OLE color: 5406966.

HSL color Cylindrical-coordinate representation of color #F68052: hue angle of 16.83º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F68052 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 128 82 -
CMYK 0 0.48 0.67 0.04
HSL 16.83º 0.9% 0.64% -
HSV(B) 16.83º 0.67% 0.96% -
XYZ 47.25 35.64 12.37 -
YUV 158.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 246 128 82 0 0.48 0.67 0.04 16.83 0.9 0.64
Hex F6 80 52 0 30 43 4 11 5A 40
Octal 366 200 122 0 60 103 4 21 132 100
Binary 11110110 10000000 1010010 0 110000 1000011 100 10001 1011010 1000000

Color Harmonies of #F68052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68052

Black with #F68052

Text Example


Text Example

White with #F68052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68052; }

 p { color: rgb(246,128,82); }

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

background-color css

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

 a { background-color: rgb(246,128,82); }

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

border-color css

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

 span { border-color: rgb(246,128,82); }

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