Html Css Color HEX #F69056 Crusta

📋 copy color: '#F69056'

red 246 ◦ green 144 ◦ blue 86

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

Shades of Crusta #F69056

Tints of Crusta #F69056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.25%

 BLUE value IS 86 (33.98% from 255) = 18.07%

R = 51.68%
G = 30.25%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F69056 (or 0xF69056) is known color: Crusta. HEX triplet: F6, 90 and 56. RGB value is (246,144,86). Sum of RGB (Red+Green+Blue) = 246+144+86=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F69056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69056 is #096FA9. Grayscale: #A8A8A8. Windows color (decimal): -618410 or 5673206. OLE color: 5673206.

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

Color convert

RGB 246 144 86 -
CMYK 0 0.41 0.65 0.04
HSL 21.75º 0.9% 0.65% -
HSV(B) 21.75º 0.65% 0.96% -
XYZ 49.66 40.21 13.95 -
YUV 167.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 246 144 86 0 0.41 0.65 0.04 21.75 0.9 0.65
Hex F6 90 56 0 29 41 4 16 5A 41
Octal 366 220 126 0 51 101 4 26 132 101
Binary 11110110 10010000 1010110 0 101001 1000001 100 10110 1011010 1000001

Color Harmonies of #F69056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69056

Black with #F69056

Text Example


Text Example

White with #F69056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69056; }

 p { color: rgb(246,144,86); }

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

background-color css

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

 a { background-color: rgb(246,144,86); }

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

border-color css

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

 span { border-color: rgb(246,144,86); }

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