Html Css Color HEX #F08C4F Crusta

📋 copy color: '#F08C4F'

red 240 ◦ green 140 ◦ blue 79

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

Shades of Crusta #F08C4F

Tints of Crusta #F08C4F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.5%

 BLUE value IS 79 (31.25% from 255) = 17.21%

R = 52.29%
G = 30.5%
B = 17.21%

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

#F08C4F (or 0xF08C4F) is known color: Crusta. HEX triplet: F0, 8C and 4F. RGB value is (240,140,79). Sum of RGB (Red+Green+Blue) = 240+140+79=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C4F is #0F73B0. Grayscale: #A3A3A3. Windows color (decimal): -1012657 or 5213424. OLE color: 5213424.

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

Color convert

RGB 240 140 79 -
CMYK 0 0.42 0.67 0.06
HSL 22.73º 0.84% 0.63% -
HSV(B) 22.73º 0.67% 0.94% -
XYZ 46.72 37.85 12.24 -
YUV 162.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 240 140 79 0 0.42 0.67 0.06 22.73 0.84 0.63
Hex F0 8C 4F 0 2A 43 6 17 54 3F
Octal 360 214 117 0 52 103 6 27 124 77
Binary 11110000 10001100 1001111 0 101010 1000011 110 10111 1010100 111111

Color Harmonies of #F08C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C4F

Black with #F08C4F

Text Example


Text Example

White with #F08C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C4F; }

 p { color: rgb(240,140,79); }

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

background-color css

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

 a { background-color: rgb(240,140,79); }

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

border-color css

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

 span { border-color: rgb(240,140,79); }

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