Html Css Color HEX #F0824E Crusta

📋 copy color: '#F0824E'

red 240 ◦ green 130 ◦ blue 78

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

Shades of Crusta #F0824E

Tints of Crusta #F0824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.02%

 BLUE value IS 78 (30.86% from 255) = 17.41%

R = 53.57%
G = 29.02%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0824E (or 0xF0824E) is known color: Crusta. HEX triplet: F0, 82 and 4E. RGB value is (240,130,78). Sum of RGB (Red+Green+Blue) = 240+130+78=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0824E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0824E is #0F7DB1. Grayscale: #9D9D9D. Windows color (decimal): -1015218 or 5145328. OLE color: 5145328.

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

Color convert

RGB 240 130 78 -
CMYK 0 0.46 0.68 0.06
HSL 19.26º 0.84% 0.62% -
HSV(B) 19.26º 0.68% 0.94% -
XYZ 45.29 35.04 11.58 -
YUV 156.96 83.44 187.23 -
System Red Green Blue C M Y K H S L
Decimal 240 130 78 0 0.46 0.68 0.06 19.26 0.84 0.62
Hex F0 82 4E 0 2E 44 6 13 54 3E
Octal 360 202 116 0 56 104 6 23 124 76
Binary 11110000 10000010 1001110 0 101110 1000100 110 10011 1010100 111110

Color Harmonies of #F0824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0824E

Black with #F0824E

Text Example


Text Example

White with #F0824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0824E; }

 p { color: rgb(240,130,78); }

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

background-color css

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

 a { background-color: rgb(240,130,78); }

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

border-color css

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

 span { border-color: rgb(240,130,78); }

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