Html Css Color HEX #F08258 Crusta

📋 copy color: '#F08258'

red 240 ◦ green 130 ◦ blue 88

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

Shades of Crusta #F08258

Tints of Crusta #F08258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.21%

R = 52.4%
G = 28.38%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F08258 (or 0xF08258) is known color: Crusta. HEX triplet: F0, 82 and 58. RGB value is (240,130,88). Sum of RGB (Red+Green+Blue) = 240+130+88=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F08258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08258 is #0F7DA7. Grayscale: #9E9E9E. Windows color (decimal): -1015208 or 5800688. OLE color: 5800688.

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

Color convert

RGB 240 130 88 -
CMYK 0 0.46 0.63 0.06
HSL 16.58º 0.84% 0.64% -
HSV(B) 16.58º 0.63% 0.94% -
XYZ 45.68 35.2 13.62 -
YUV 158.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 240 130 88 0 0.46 0.63 0.06 16.58 0.84 0.64
Hex F0 82 58 0 2E 3F 6 11 54 40
Octal 360 202 130 0 56 77 6 21 124 100
Binary 11110000 10000010 1011000 0 101110 111111 110 10001 1010100 1000000

Color Harmonies of #F08258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08258

Black with #F08258

Text Example


Text Example

White with #F08258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08258; }

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

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

background-color css

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

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

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

border-color css

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

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

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