Html Css Color HEX #F08963 Crusta

📋 copy color: '#F08963'

red 240 ◦ green 137 ◦ blue 99

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

Shades of Crusta #F08963

Tints of Crusta #F08963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

 BLUE value IS 99 (39.06% from 255) = 20.8%

R = 50.42%
G = 28.78%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F08963 (or 0xF08963) is known color: Crusta. HEX triplet: F0, 89 and 63. RGB value is (240,137,99). Sum of RGB (Red+Green+Blue) = 240+137+99=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F08963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08963 is #0F769C. Grayscale: #A3A3A3. Windows color (decimal): -1013405 or 6523376. OLE color: 6523376.

HSL color Cylindrical-coordinate representation of color #F08963: hue angle of 16.17º degrees, saturation: 0.82, 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 #F08963 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 99 -
CMYK 0 0.43 0.59 0.06
HSL 16.17º 0.82% 0.66% -
HSV(B) 16.17º 0.59% 0.94% -
XYZ 47.13 37.32 16.52 -
YUV 163.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 240 137 99 0 0.43 0.59 0.06 16.17 0.82 0.66
Hex F0 89 63 0 2B 3B 6 10 52 42
Octal 360 211 143 0 53 73 6 20 122 102
Binary 11110000 10001001 1100011 0 101011 111011 110 10000 1010010 1000010

Color Harmonies of #F08963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08963

Black with #F08963

Text Example


Text Example

White with #F08963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08963; }

 p { color: rgb(240,137,99); }

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

background-color css

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

 a { background-color: rgb(240,137,99); }

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

border-color css

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

 span { border-color: rgb(240,137,99); }

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