Html Css Color HEX #F6814D Crusta

📋 copy color: '#F6814D'

red 246 ◦ green 129 ◦ blue 77

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

Shades of Crusta #F6814D

Tints of Crusta #F6814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.04%

R = 54.42%
G = 28.54%
B = 17.04%

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

#F6814D (or 0xF6814D) is known color: Crusta. HEX triplet: F6, 81 and 4D. RGB value is (246,129,77). Sum of RGB (Red+Green+Blue) = 246+129+77=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F6814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6814D is #097EB2. Grayscale: #9E9E9E. Windows color (decimal): -622259 or 5079542. OLE color: 5079542.

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

Color convert

RGB 246 129 77 -
CMYK 0 0.48 0.69 0.04
HSL 18.46º 0.9% 0.63% -
HSV(B) 18.46º 0.69% 0.96% -
XYZ 47.2 35.83 11.45 -
YUV 158.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 246 129 77 0 0.48 0.69 0.04 18.46 0.9 0.63
Hex F6 81 4D 0 30 45 4 12 5A 3F
Octal 366 201 115 0 60 105 4 22 132 77
Binary 11110110 10000001 1001101 0 110000 1000101 100 10010 1011010 111111

Color Harmonies of #F6814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6814D

Black with #F6814D

Text Example


Text Example

White with #F6814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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