Html Css Color HEX #F08B67 Crusta

📋 copy color: '#F08B67'

red 240 ◦ green 139 ◦ blue 103

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

Shades of Crusta #F08B67

Tints of Crusta #F08B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.37%

R = 49.79%
G = 28.84%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F08B67 (or 0xF08B67) is known color: Crusta. HEX triplet: F0, 8B and 67. RGB value is (240,139,103). Sum of RGB (Red+Green+Blue) = 240+139+103=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B67 is #0F7498. Grayscale: #A5A5A5. Windows color (decimal): -1012889 or 6786032. OLE color: 6786032.

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

Color convert

RGB 240 139 103 -
CMYK 0 0.42 0.57 0.06
HSL 15.77º 0.82% 0.67% -
HSV(B) 15.77º 0.57% 0.94% -
XYZ 47.62 37.97 17.65 -
YUV 165.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 240 139 103 0 0.42 0.57 0.06 15.77 0.82 0.67
Hex F0 8B 67 0 2A 39 6 10 52 43
Octal 360 213 147 0 52 71 6 20 122 103
Binary 11110000 10001011 1100111 0 101010 111001 110 10000 1010010 1000011

Color Harmonies of #F08B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B67

Black with #F08B67

Text Example


Text Example

White with #F08B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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