Html Css Color HEX #F08752 Crusta

📋 copy color: '#F08752'

red 240 ◦ green 135 ◦ blue 82

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

Shades of Crusta #F08752

Tints of Crusta #F08752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.54%

 BLUE value IS 82 (32.42% from 255) = 17.94%

R = 52.52%
G = 29.54%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F08752 (or 0xF08752) is known color: Crusta. HEX triplet: F0, 87 and 52. RGB value is (240,135,82). Sum of RGB (Red+Green+Blue) = 240+135+82=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F08752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08752 is #0F78AD. Grayscale: #A0A0A0. Windows color (decimal): -1013934 or 5408752. OLE color: 5408752.

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

Color convert

RGB 240 135 82 -
CMYK 0 0.44 0.66 0.06
HSL 20.13º 0.84% 0.63% -
HSV(B) 20.13º 0.66% 0.94% -
XYZ 46.12 36.46 12.59 -
YUV 160.35 83.79 184.81 -
System Red Green Blue C M Y K H S L
Decimal 240 135 82 0 0.44 0.66 0.06 20.13 0.84 0.63
Hex F0 87 52 0 2C 42 6 14 54 3F
Octal 360 207 122 0 54 102 6 24 124 77
Binary 11110000 10000111 1010010 0 101100 1000010 110 10100 1010100 111111

Color Harmonies of #F08752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08752

Black with #F08752

Text Example


Text Example

White with #F08752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08752; }

 p { color: rgb(240,135,82); }

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

background-color css

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

 a { background-color: rgb(240,135,82); }

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

border-color css

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

 span { border-color: rgb(240,135,82); }

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