Html Css Color HEX #F08B50 Crusta

📋 copy color: '#F08B50'

red 240 ◦ green 139 ◦ blue 80

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

Shades of Crusta #F08B50

Tints of Crusta #F08B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

 BLUE value IS 80 (31.64% from 255) = 17.43%

R = 52.29%
G = 30.28%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F08B50 (or 0xF08B50) is known color: Crusta. HEX triplet: F0, 8B and 50. RGB value is (240,139,80). Sum of RGB (Red+Green+Blue) = 240+139+80=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B50 is #0F74AF. Grayscale: #A2A2A2. Windows color (decimal): -1012912 or 5278704. OLE color: 5278704.

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

Color convert

RGB 240 139 80 -
CMYK 0 0.42 0.67 0.06
HSL 22.13º 0.84% 0.63% -
HSV(B) 22.13º 0.67% 0.94% -
XYZ 46.62 37.57 12.38 -
YUV 162.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 240 139 80 0 0.42 0.67 0.06 22.13 0.84 0.63
Hex F0 8B 50 0 2A 43 6 16 54 3F
Octal 360 213 120 0 52 103 6 26 124 77
Binary 11110000 10001011 1010000 0 101010 1000011 110 10110 1010100 111111

Color Harmonies of #F08B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B50

Black with #F08B50

Text Example


Text Example

White with #F08B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B50; }

 p { color: rgb(240,139,80); }

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

background-color css

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

 a { background-color: rgb(240,139,80); }

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

border-color css

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

 span { border-color: rgb(240,139,80); }

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