Html Css Color HEX #F0825A Crusta

📋 copy color: '#F0825A'

red 240 ◦ green 130 ◦ blue 90

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

Shades of Crusta #F0825A

Tints of Crusta #F0825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.57%

R = 52.17%
G = 28.26%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0825A (or 0xF0825A) is known color: Crusta. HEX triplet: F0, 82 and 5A. RGB value is (240,130,90). Sum of RGB (Red+Green+Blue) = 240+130+90=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0825A is #0F7DA5. Grayscale: #9E9E9E. Windows color (decimal): -1015206 or 5931760. OLE color: 5931760.

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

Color convert

RGB 240 130 90 -
CMYK 0 0.46 0.62 0.06
HSL 16º 0.83% 0.65% -
HSV(B) 16º 0.63% 0.94% -
XYZ 45.76 35.23 14.06 -
YUV 158.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 240 130 90 0 0.46 0.62 0.06 16 0.83 0.65
Hex F0 82 5A 0 2E 3E 6 10 53 41
Octal 360 202 132 0 56 76 6 20 123 101
Binary 11110000 10000010 1011010 0 101110 111110 110 10000 1010011 1000001

Color Harmonies of #F0825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0825A

Black with #F0825A

Text Example


Text Example

White with #F0825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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