Html Css Color HEX #F6814A Crusta

📋 copy color: '#F6814A'

red 246 ◦ green 129 ◦ blue 74

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

Shades of Crusta #F6814A

Tints of Crusta #F6814A

RGB

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

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

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

R = 54.79%
G = 28.73%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6814A (or 0xF6814A) is known color: Crusta. HEX triplet: F6, 81 and 4A. RGB value is (246,129,74). Sum of RGB (Red+Green+Blue) = 246+129+74=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F6814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6814A is #097EB5. Grayscale: #9E9E9E. Windows color (decimal): -622262 or 4882934. OLE color: 4882934.

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

Color convert

RGB 246 129 74 -
CMYK 0 0.48 0.70 0.04
HSL 19.19º 0.91% 0.63% -
HSV(B) 19.19º 0.7% 0.96% -
XYZ 47.09 35.79 10.9 -
YUV 157.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 246 129 74 0 0.48 0.70 0.04 19.19 0.91 0.63
Hex F6 81 4A 0 30 46 4 13 5B 3F
Octal 366 201 112 0 60 106 4 23 133 77
Binary 11110110 10000001 1001010 0 110000 1000110 100 10011 1011011 111111

Color Harmonies of #F6814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6814A

Black with #F6814A

Text Example


Text Example

White with #F6814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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