Html Css Color HEX #F08262 Crusta

📋 copy color: '#F08262'

red 240 ◦ green 130 ◦ blue 98

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

Shades of Crusta #F08262

Tints of Crusta #F08262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.94%

R = 51.28%
G = 27.78%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F08262 (or 0xF08262) is known color: Crusta. HEX triplet: F0, 82 and 62. RGB value is (240,130,98). Sum of RGB (Red+Green+Blue) = 240+130+98=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F08262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08262 is #0F7D9D. Grayscale: #9F9F9F. Windows color (decimal): -1015198 or 6456048. OLE color: 6456048.

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

Color convert

RGB 240 130 98 -
CMYK 0 0.46 0.59 0.06
HSL 13.52º 0.83% 0.66% -
HSV(B) 13.52º 0.59% 0.94% -
XYZ 46.12 35.37 15.95 -
YUV 159.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 240 130 98 0 0.46 0.59 0.06 13.52 0.83 0.66
Hex F0 82 62 0 2E 3B 6 E 53 42
Octal 360 202 142 0 56 73 6 16 123 102
Binary 11110000 10000010 1100010 0 101110 111011 110 1110 1010011 1000010

Color Harmonies of #F08262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08262

Black with #F08262

Text Example


Text Example

White with #F08262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08262; }

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

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

background-color css

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

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

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

border-color css

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

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

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