Html Css Color HEX #F7915A Crusta

📋 copy color: '#F7915A'

red 247 ◦ green 145 ◦ blue 90

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

Shades of Crusta #F7915A

Tints of Crusta #F7915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.08%

 BLUE value IS 90 (35.55% from 255) = 18.67%

R = 51.24%
G = 30.08%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7915A (or 0xF7915A) is known color: Crusta. HEX triplet: F7, 91 and 5A. RGB value is (247,145,90). Sum of RGB (Red+Green+Blue) = 247+145+90=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7915A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7915A is #086EA5. Grayscale: #A9A9A9. Windows color (decimal): -552614 or 5935607. OLE color: 5935607.

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

Color convert

RGB 247 145 90 -
CMYK 0 0.41 0.64 0.03
HSL 21.02º 0.91% 0.66% -
HSV(B) 21.02º 0.64% 0.97% -
XYZ 50.33 40.76 14.89 -
YUV 169.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 247 145 90 0 0.41 0.64 0.03 21.02 0.91 0.66
Hex F7 91 5A 0 29 40 3 15 5B 42
Octal 367 221 132 0 51 100 3 25 133 102
Binary 11110111 10010001 1011010 0 101001 1000000 11 10101 1011011 1000010

Color Harmonies of #F7915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7915A

Black with #F7915A

Text Example


Text Example

White with #F7915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7915A; }

 p { color: rgb(247,145,90); }

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

background-color css

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

 a { background-color: rgb(247,145,90); }

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

border-color css

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

 span { border-color: rgb(247,145,90); }

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