Html Css Color HEX #F0825F Crusta

📋 copy color: '#F0825F'

red 240 ◦ green 130 ◦ blue 95

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

Shades of Crusta #F0825F

Tints of Crusta #F0825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.43%

R = 51.61%
G = 27.96%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0825F (or 0xF0825F) is known color: Crusta. HEX triplet: F0, 82 and 5F. RGB value is (240,130,95). Sum of RGB (Red+Green+Blue) = 240+130+95=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0825F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0825F is #0F7DA0. Grayscale: #9F9F9F. Windows color (decimal): -1015201 or 6259440. OLE color: 6259440.

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

Color convert

RGB 240 130 95 -
CMYK 0 0.46 0.60 0.06
HSL 14.48º 0.83% 0.66% -
HSV(B) 14.48º 0.6% 0.94% -
XYZ 45.98 35.32 15.22 -
YUV 158.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 240 130 95 0 0.46 0.60 0.06 14.48 0.83 0.66
Hex F0 82 5F 0 2E 3C 6 E 53 42
Octal 360 202 137 0 56 74 6 16 123 102
Binary 11110000 10000010 1011111 0 101110 111100 110 1110 1010011 1000010

Color Harmonies of #F0825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0825F

Black with #F0825F

Text Example


Text Example

White with #F0825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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