Html Css Color HEX #F6894A Crusta

📋 copy color: '#F6894A'

red 246 ◦ green 137 ◦ blue 74

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

Shades of Crusta #F6894A

Tints of Crusta #F6894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

 BLUE value IS 74 (29.3% from 255) = 16.19%

R = 53.83%
G = 29.98%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6894A (or 0xF6894A) is known color: Crusta. HEX triplet: F6, 89 and 4A. RGB value is (246,137,74). Sum of RGB (Red+Green+Blue) = 246+137+74=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F6894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6894A is #0976B5. Grayscale: #A2A2A2. Windows color (decimal): -620214 or 4884982. OLE color: 4884982.

HSL color Cylindrical-coordinate representation of color #F6894A: hue angle of 21.98º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6894A is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 137 74 -
CMYK 0 0.44 0.70 0.04
HSL 21.98º 0.91% 0.63% -
HSV(B) 21.98º 0.7% 0.96% -
XYZ 48.19 37.98 11.27 -
YUV 162.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 246 137 74 0 0.44 0.70 0.04 21.98 0.91 0.63
Hex F6 89 4A 0 2C 46 4 16 5B 3F
Octal 366 211 112 0 54 106 4 26 133 77
Binary 11110110 10001001 1001010 0 101100 1000110 100 10110 1011011 111111

Color Harmonies of #F6894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6894A

Black with #F6894A

Text Example


Text Example

White with #F6894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6894A; }

 p { color: rgb(246,137,74); }

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

background-color css

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

 a { background-color: rgb(246,137,74); }

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

border-color css

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

 span { border-color: rgb(246,137,74); }

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