Html Css Color HEX #F6874C Crusta

📋 copy color: '#F6874C'

red 246 ◦ green 135 ◦ blue 76

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

Shades of Crusta #F6874C

Tints of Crusta #F6874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.54%

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

R = 53.83%
G = 29.54%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6874C (or 0xF6874C) is known color: Crusta. HEX triplet: F6, 87 and 4C. RGB value is (246,135,76). Sum of RGB (Red+Green+Blue) = 246+135+76=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F6874C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6874C is #0978B3. Grayscale: #A1A1A1. Windows color (decimal): -620724 or 5015542. OLE color: 5015542.

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

Color convert

RGB 246 135 76 -
CMYK 0 0.45 0.69 0.04
HSL 20.82º 0.9% 0.63% -
HSV(B) 20.82º 0.69% 0.96% -
XYZ 47.97 37.44 11.54 -
YUV 161.46 79.77 188.3 -
System Red Green Blue C M Y K H S L
Decimal 246 135 76 0 0.45 0.69 0.04 20.82 0.9 0.63
Hex F6 87 4C 0 2D 45 4 15 5A 3F
Octal 366 207 114 0 55 105 4 25 132 77
Binary 11110110 10000111 1001100 0 101101 1000101 100 10101 1011010 111111

Color Harmonies of #F6874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6874C

Black with #F6874C

Text Example


Text Example

White with #F6874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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