Html Css Color HEX #F07F62 Crusta

📋 copy color: '#F07F62'

red 240 ◦ green 127 ◦ blue 98

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

Shades of Crusta #F07F62

Tints of Crusta #F07F62

RGB

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

 GREEN value IS 127 (50% from 255) = 27.31%

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

R = 51.61%
G = 27.31%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F07F62 (or 0xF07F62) is known color: Crusta. HEX triplet: F0, 7F and 62. RGB value is (240,127,98). Sum of RGB (Red+Green+Blue) = 240+127+98=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F62 is #0F809D. Grayscale: #9D9D9D. Windows color (decimal): -1015966 or 6455280. OLE color: 6455280.

HSL color Cylindrical-coordinate representation of color #F07F62: hue angle of 12.25º 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 #F07F62 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 98 -
CMYK 0 0.47 0.59 0.06
HSL 12.25º 0.83% 0.66% -
HSV(B) 12.25º 0.59% 0.94% -
XYZ 45.73 34.59 15.82 -
YUV 157.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 240 127 98 0 0.47 0.59 0.06 12.25 0.83 0.66
Hex F0 7F 62 0 2F 3B 6 C 53 42
Octal 360 177 142 0 57 73 6 14 123 102
Binary 11110000 1111111 1100010 0 101111 111011 110 1100 1010011 1000010

Color Harmonies of #F07F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F62

Black with #F07F62

Text Example


Text Example

White with #F07F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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