Html Css Color HEX #F0804C Crusta

📋 copy color: '#F0804C'

red 240 ◦ green 128 ◦ blue 76

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

Shades of Crusta #F0804C

Tints of Crusta #F0804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.83%

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

R = 54.05%
G = 28.83%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0804C (or 0xF0804C) is known color: Crusta. HEX triplet: F0, 80 and 4C. RGB value is (240,128,76). Sum of RGB (Red+Green+Blue) = 240+128+76=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0804C is #0F7FB3. Grayscale: #9B9B9B. Windows color (decimal): -1015732 or 5013744. OLE color: 5013744.

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

Color convert

RGB 240 128 76 -
CMYK 0 0.47 0.68 0.06
HSL 19.02º 0.85% 0.62% -
HSV(B) 19.02º 0.68% 0.94% -
XYZ 44.96 34.49 11.12 -
YUV 155.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 240 128 76 0 0.47 0.68 0.06 19.02 0.85 0.62
Hex F0 80 4C 0 2F 44 6 13 55 3E
Octal 360 200 114 0 57 104 6 23 125 76
Binary 11110000 10000000 1001100 0 101111 1000100 110 10011 1010101 111110

Color Harmonies of #F0804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0804C

Black with #F0804C

Text Example


Text Example

White with #F0804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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