Html Css Color HEX #F6894C Crusta

📋 copy color: '#F6894C'

red 246 ◦ green 137 ◦ blue 76

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

Shades of Crusta #F6894C

Tints of Crusta #F6894C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.56%

R = 53.59%
G = 29.85%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6894C (or 0xF6894C) is known color: Crusta. HEX triplet: F6, 89 and 4C. RGB value is (246,137,76). Sum of RGB (Red+Green+Blue) = 246+137+76=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F6894C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6894C is #0976B3. Grayscale: #A2A2A2. Windows color (decimal): -620212 or 5016054. OLE color: 5016054.

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

Color convert

RGB 246 137 76 -
CMYK 0 0.44 0.69 0.04
HSL 21.53º 0.9% 0.63% -
HSV(B) 21.53º 0.69% 0.96% -
XYZ 48.26 38.01 11.63 -
YUV 162.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 246 137 76 0 0.44 0.69 0.04 21.53 0.9 0.63
Hex F6 89 4C 0 2C 45 4 16 5A 3F
Octal 366 211 114 0 54 105 4 26 132 77
Binary 11110110 10001001 1001100 0 101100 1000101 100 10110 1011010 111111

Color Harmonies of #F6894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6894C

Black with #F6894C

Text Example


Text Example

White with #F6894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6894C; }

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

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

background-color css

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

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

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

border-color css

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

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

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