Html Css Color HEX #F08A4D Crusta

📋 copy color: '#F08A4D'

red 240 ◦ green 138 ◦ blue 77

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

Shades of Crusta #F08A4D

Tints of Crusta #F08A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.92%

R = 52.75%
G = 30.33%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F08A4D (or 0xF08A4D) is known color: Crusta. HEX triplet: F0, 8A and 4D. RGB value is (240,138,77). Sum of RGB (Red+Green+Blue) = 240+138+77=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A4D is #0F75B2. Grayscale: #A1A1A1. Windows color (decimal): -1013171 or 5081840. OLE color: 5081840.

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

Color convert

RGB 240 138 77 -
CMYK 0 0.42 0.68 0.06
HSL 22.45º 0.84% 0.62% -
HSV(B) 22.45º 0.68% 0.94% -
XYZ 46.36 37.24 11.77 -
YUV 161.54 80.29 183.96 -
System Red Green Blue C M Y K H S L
Decimal 240 138 77 0 0.42 0.68 0.06 22.45 0.84 0.62
Hex F0 8A 4D 0 2A 44 6 16 54 3E
Octal 360 212 115 0 52 104 6 26 124 76
Binary 11110000 10001010 1001101 0 101010 1000100 110 10110 1010100 111110

Color Harmonies of #F08A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A4D

Black with #F08A4D

Text Example


Text Example

White with #F08A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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