Html Css Color HEX #F68262 Crusta

📋 copy color: '#F68262'

red 246 ◦ green 130 ◦ blue 98

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

Shades of Crusta #F68262

Tints of Crusta #F68262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.43%

 BLUE value IS 98 (38.67% from 255) = 20.68%

R = 51.9%
G = 27.43%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F68262 (or 0xF68262) is known color: Crusta. HEX triplet: F6, 82 and 62. RGB value is (246,130,98). Sum of RGB (Red+Green+Blue) = 246+130+98=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F68262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68262 is #097D9D. Grayscale: #A1A1A1. Windows color (decimal): -621982 or 6456054. OLE color: 6456054.

HSL color Cylindrical-coordinate representation of color #F68262: hue angle of 12.97º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F68262 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 130 98 -
CMYK 0 0.47 0.60 0.04
HSL 12.97º 0.89% 0.67% -
HSV(B) 12.97º 0.6% 0.96% -
XYZ 48.19 36.44 16.05 -
YUV 161.04 92.43 188.6 -
System Red Green Blue C M Y K H S L
Decimal 246 130 98 0 0.47 0.60 0.04 12.97 0.89 0.67
Hex F6 82 62 0 2F 3C 4 D 59 43
Octal 366 202 142 0 57 74 4 15 131 103
Binary 11110110 10000010 1100010 0 101111 111100 100 1101 1011001 1000011

Color Harmonies of #F68262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68262

Black with #F68262

Text Example


Text Example

White with #F68262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68262; }

 p { color: rgb(246,130,98); }

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

background-color css

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

 a { background-color: rgb(246,130,98); }

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

border-color css

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

 span { border-color: rgb(246,130,98); }

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