Html Css Color HEX #F0825D Crusta

📋 copy color: '#F0825D'

red 240 ◦ green 130 ◦ blue 93

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

Shades of Crusta #F0825D

Tints of Crusta #F0825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.09%

R = 51.84%
G = 28.08%
B = 20.09%

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

#F0825D (or 0xF0825D) is known color: Crusta. HEX triplet: F0, 82 and 5D. RGB value is (240,130,93). Sum of RGB (Red+Green+Blue) = 240+130+93=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0825D is #0F7DA2. Grayscale: #9E9E9E. Windows color (decimal): -1015203 or 6128368. OLE color: 6128368.

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

Color convert

RGB 240 130 93 -
CMYK 0 0.46 0.61 0.06
HSL 15.1º 0.83% 0.65% -
HSV(B) 15.1º 0.61% 0.94% -
XYZ 45.89 35.28 14.75 -
YUV 158.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 240 130 93 0 0.46 0.61 0.06 15.1 0.83 0.65
Hex F0 82 5D 0 2E 3D 6 F 53 41
Octal 360 202 135 0 56 75 6 17 123 101
Binary 11110000 10000010 1011101 0 101110 111101 110 1111 1010011 1000001

Color Harmonies of #F0825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0825D

Black with #F0825D

Text Example


Text Example

White with #F0825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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