Html Css Color HEX #F7815E Crusta

📋 copy color: '#F7815E'

red 247 ◦ green 129 ◦ blue 94

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

Shades of Crusta #F7815E

Tints of Crusta #F7815E

RGB

 RED value IS 247 (96.88% from 255) = 52.55%

 GREEN value IS 129 (50.78% from 255) = 27.45%

 BLUE value IS 94 (37.11% from 255) = 20%

R = 52.55%
G = 27.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7815E (or 0xF7815E) is known color: Crusta. HEX triplet: F7, 81 and 5E. RGB value is (247,129,94). Sum of RGB (Red+Green+Blue) = 247+129+94=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7815E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7815E is #087EA1. Grayscale: #A0A0A0. Windows color (decimal): -556706 or 6193655. OLE color: 6193655.

HSL color Cylindrical-coordinate representation of color #F7815E: hue angle of 13.73º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7815E is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 129 94 -
CMYK 0 0.48 0.62 0.03
HSL 13.73º 0.91% 0.67% -
HSV(B) 13.73º 0.62% 0.97% -
XYZ 48.23 36.28 15.05 -
YUV 160.29 90.59 189.85 -
System Red Green Blue C M Y K H S L
Decimal 247 129 94 0 0.48 0.62 0.03 13.73 0.91 0.67
Hex F7 81 5E 0 30 3E 3 E 5B 43
Octal 367 201 136 0 60 76 3 16 133 103
Binary 11110111 10000001 1011110 0 110000 111110 11 1110 1011011 1000011

Color Harmonies of #F7815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7815E

Black with #F7815E

Text Example


Text Example

White with #F7815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7815E; }

 p { color: rgb(247,129,94); }

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

background-color css

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

 a { background-color: rgb(247,129,94); }

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

border-color css

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

 span { border-color: rgb(247,129,94); }

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