Html Css Color HEX #F08163 Crusta

📋 copy color: '#F08163'

red 240 ◦ green 129 ◦ blue 99

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

Shades of Crusta #F08163

Tints of Crusta #F08163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.56%

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

R = 51.28%
G = 27.56%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F08163 (or 0xF08163) is known color: Crusta. HEX triplet: F0, 81 and 63. RGB value is (240,129,99). Sum of RGB (Red+Green+Blue) = 240+129+99=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F08163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08163 is #0F7E9C. Grayscale: #9F9F9F. Windows color (decimal): -1015453 or 6521328. OLE color: 6521328.

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

Color convert

RGB 240 129 99 -
CMYK 0 0.46 0.59 0.06
HSL 12.77º 0.82% 0.66% -
HSV(B) 12.77º 0.59% 0.94% -
XYZ 46.04 35.13 16.16 -
YUV 158.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 240 129 99 0 0.46 0.59 0.06 12.77 0.82 0.66
Hex F0 81 63 0 2E 3B 6 D 52 42
Octal 360 201 143 0 56 73 6 15 122 102
Binary 11110000 10000001 1100011 0 101110 111011 110 1101 1010010 1000010

Color Harmonies of #F08163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08163

Black with #F08163

Text Example


Text Example

White with #F08163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08163; }

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

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

background-color css

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

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

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

border-color css

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

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

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