Html Css Color HEX #F08A4C Crusta

📋 copy color: '#F08A4C'

red 240 ◦ green 138 ◦ blue 76

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

Shades of Crusta #F08A4C

Tints of Crusta #F08A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.74%

R = 52.86%
G = 30.4%
B = 16.74%

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

#F08A4C (or 0xF08A4C) is known color: Crusta. HEX triplet: F0, 8A and 4C. RGB value is (240,138,76). Sum of RGB (Red+Green+Blue) = 240+138+76=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A4C is #0F75B3. Grayscale: #A1A1A1. Windows color (decimal): -1013172 or 5016304. OLE color: 5016304.

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

Color convert

RGB 240 138 76 -
CMYK 0 0.42 0.68 0.06
HSL 22.68º 0.85% 0.62% -
HSV(B) 22.68º 0.68% 0.94% -
XYZ 46.33 37.22 11.58 -
YUV 161.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 240 138 76 0 0.42 0.68 0.06 22.68 0.85 0.62
Hex F0 8A 4C 0 2A 44 6 17 55 3E
Octal 360 212 114 0 52 104 6 27 125 76
Binary 11110000 10001010 1001100 0 101010 1000100 110 10111 1010101 111110

Color Harmonies of #F08A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A4C

Black with #F08A4C

Text Example


Text Example

White with #F08A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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