Html Css Color HEX #F0825E Crusta

📋 copy color: '#F0825E'

red 240 ◦ green 130 ◦ blue 94

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

Shades of Crusta #F0825E

Tints of Crusta #F0825E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.26%

R = 51.72%
G = 28.02%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0825E (or 0xF0825E) is known color: Crusta. HEX triplet: F0, 82 and 5E. RGB value is (240,130,94). Sum of RGB (Red+Green+Blue) = 240+130+94=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0825E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0825E is #0F7DA1. Grayscale: #9F9F9F. Windows color (decimal): -1015202 or 6193904. OLE color: 6193904.

HSL color Cylindrical-coordinate representation of color #F0825E: hue angle of 14.79º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0825E is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 94 -
CMYK 0 0.46 0.61 0.06
HSL 14.79º 0.83% 0.65% -
HSV(B) 14.79º 0.61% 0.94% -
XYZ 45.94 35.3 14.98 -
YUV 158.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 240 130 94 0 0.46 0.61 0.06 14.79 0.83 0.65
Hex F0 82 5E 0 2E 3D 6 F 53 41
Octal 360 202 136 0 56 75 6 17 123 101
Binary 11110000 10000010 1011110 0 101110 111101 110 1111 1010011 1000001

Color Harmonies of #F0825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0825E

Black with #F0825E

Text Example


Text Example

White with #F0825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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