Html Css Color HEX #F6814C Crusta

📋 copy color: '#F6814C'

red 246 ◦ green 129 ◦ blue 76

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

Shades of Crusta #F6814C

Tints of Crusta #F6814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.6%

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

R = 54.55%
G = 28.6%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6814C (or 0xF6814C) is known color: Crusta. HEX triplet: F6, 81 and 4C. RGB value is (246,129,76). Sum of RGB (Red+Green+Blue) = 246+129+76=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F6814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6814C is #097EB3. Grayscale: #9E9E9E. Windows color (decimal): -622260 or 5014006. OLE color: 5014006.

HSL color Cylindrical-coordinate representation of color #F6814C: hue angle of 18.71º 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 #F6814C is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 129 76 -
CMYK 0 0.48 0.69 0.04
HSL 18.71º 0.9% 0.63% -
HSV(B) 18.71º 0.69% 0.96% -
XYZ 47.16 35.82 11.26 -
YUV 157.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 246 129 76 0 0.48 0.69 0.04 18.71 0.9 0.63
Hex F6 81 4C 0 30 45 4 13 5A 3F
Octal 366 201 114 0 60 105 4 23 132 77
Binary 11110110 10000001 1001100 0 110000 1000101 100 10011 1011010 111111

Color Harmonies of #F6814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6814C

Black with #F6814C

Text Example


Text Example

White with #F6814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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