Html Css Color HEX #F6851C Carrot Orange

📋 copy color: '#F6851C'

red 246 ◦ green 133 ◦ blue 28

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

Shades of Carrot Orange #F6851C

Tints of Carrot Orange #F6851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

 BLUE value IS 28 (11.33% from 255) = 6.88%

R = 60.44%
G = 32.68%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6851C (or 0xF6851C) is known color: Carrot Orange. HEX triplet: F6, 85 and 1C. RGB value is (246,133,28). Sum of RGB (Red+Green+Blue) = 246+133+28=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F6851C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6851C is #097AE3. Grayscale: #9B9B9B. Windows color (decimal): -621284 or 1869302. OLE color: 1869302.

HSL color Cylindrical-coordinate representation of color #F6851C: hue angle of 28.9º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6851C is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 133 28 -
CMYK 0 0.46 0.89 0.04
HSL 28.9º 0.92% 0.54% -
HSV(B) 28.9º 0.89% 0.96% -
XYZ 46.6 36.45 5.68 -
YUV 154.82 56.44 193.04 -
System Red Green Blue C M Y K H S L
Decimal 246 133 28 0 0.46 0.89 0.04 28.9 0.92 0.54
Hex F6 85 1C 0 2E 59 4 1D 5C 36
Octal 366 205 34 0 56 131 4 35 134 66
Binary 11110110 10000101 11100 0 101110 1011001 100 11101 1011100 110110

Color Harmonies of #F6851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6851C

Black with #F6851C

Text Example


Text Example

White with #F6851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6851C; }

 p { color: rgb(246,133,28); }

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

background-color css

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

 a { background-color: rgb(246,133,28); }

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

border-color css

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

 span { border-color: rgb(246,133,28); }

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