Html Css Color HEX #F08A64 Crusta

📋 copy color: '#F08A64'

red 240 ◦ green 138 ◦ blue 100

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

Shades of Crusta #F08A64

Tints of Crusta #F08A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.87%

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 50.21%
G = 28.87%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08A64 (or 0xF08A64) is known color: Crusta. HEX triplet: F0, 8A and 64. RGB value is (240,138,100). Sum of RGB (Red+Green+Blue) = 240+138+100=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A64 is #0F759B. Grayscale: #A4A4A4. Windows color (decimal): -1013148 or 6589168. OLE color: 6589168.

HSL color Cylindrical-coordinate representation of color #F08A64: hue angle of 16.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08A64 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 138 100 -
CMYK 0 0.42 0.58 0.06
HSL 16.29º 0.82% 0.67% -
HSV(B) 16.29º 0.58% 0.94% -
XYZ 47.32 37.62 16.82 -
YUV 164.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 240 138 100 0 0.42 0.58 0.06 16.29 0.82 0.67
Hex F0 8A 64 0 2A 3A 6 10 52 43
Octal 360 212 144 0 52 72 6 20 122 103
Binary 11110000 10001010 1100100 0 101010 111010 110 10000 1010010 1000011

Color Harmonies of #F08A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A64

Black with #F08A64

Text Example


Text Example

White with #F08A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A64; }

 p { color: rgb(240,138,100); }

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

background-color css

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

 a { background-color: rgb(240,138,100); }

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

border-color css

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

 span { border-color: rgb(240,138,100); }

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