Html Css Color HEX #F6915B Crusta

📋 copy color: '#F6915B'

red 246 ◦ green 145 ◦ blue 91

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

Shades of Crusta #F6915B

Tints of Crusta #F6915B

RGB

 RED value IS 246 (96.48% from 255) = 51.04%

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

 BLUE value IS 91 (35.94% from 255) = 18.88%

R = 51.04%
G = 30.08%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6915B (or 0xF6915B) is known color: Crusta. HEX triplet: F6, 91 and 5B. RGB value is (246,145,91). Sum of RGB (Red+Green+Blue) = 246+145+91=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F6915B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6915B is #096EA4. Grayscale: #A9A9A9. Windows color (decimal): -618149 or 6001142. OLE color: 6001142.

HSL color Cylindrical-coordinate representation of color #F6915B: hue angle of 20.9º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6915B is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 145 91 -
CMYK 0 0.41 0.63 0.04
HSL 20.9º 0.9% 0.66% -
HSV(B) 20.9º 0.63% 0.96% -
XYZ 50.02 40.6 15.1 -
YUV 169.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 246 145 91 0 0.41 0.63 0.04 20.9 0.9 0.66
Hex F6 91 5B 0 29 3F 4 15 5A 42
Octal 366 221 133 0 51 77 4 25 132 102
Binary 11110110 10010001 1011011 0 101001 111111 100 10101 1011010 1000010

Color Harmonies of #F6915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6915B

Black with #F6915B

Text Example


Text Example

White with #F6915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6915B; }

 p { color: rgb(246,145,91); }

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

background-color css

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

 a { background-color: rgb(246,145,91); }

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

border-color css

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

 span { border-color: rgb(246,145,91); }

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