Html Css Color HEX #F08662 Crusta

📋 copy color: '#F08662'

red 240 ◦ green 134 ◦ blue 98

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

Shades of Crusta #F08662

Tints of Crusta #F08662

RGB

 RED value IS 240 (94.14% from 255) = 50.85%

 GREEN value IS 134 (52.73% from 255) = 28.39%

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

R = 50.85%
G = 28.39%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F08662 (or 0xF08662) is known color: Crusta. HEX triplet: F0, 86 and 62. RGB value is (240,134,98). Sum of RGB (Red+Green+Blue) = 240+134+98=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F08662 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08662 is #0F799D. Grayscale: #A1A1A1. Windows color (decimal): -1014174 or 6457072. OLE color: 6457072.

HSL color Cylindrical-coordinate representation of color #F08662: hue angle of 15.21º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F08662 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 98 -
CMYK 0 0.44 0.59 0.06
HSL 15.21º 0.83% 0.66% -
HSV(B) 15.21º 0.59% 0.94% -
XYZ 46.66 36.46 16.13 -
YUV 161.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 240 134 98 0 0.44 0.59 0.06 15.21 0.83 0.66
Hex F0 86 62 0 2C 3B 6 F 53 42
Octal 360 206 142 0 54 73 6 17 123 102
Binary 11110000 10000110 1100010 0 101100 111011 110 1111 1010011 1000010

Color Harmonies of #F08662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08662

Black with #F08662

Text Example


Text Example

White with #F08662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08662; }

 p { color: rgb(240,134,98); }

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

background-color css

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

 a { background-color: rgb(240,134,98); }

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

border-color css

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

 span { border-color: rgb(240,134,98); }

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