Html Css Color HEX #F6861E Carrot Orange

📋 copy color: '#F6861E'

red 246 ◦ green 134 ◦ blue 30

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

Shades of Carrot Orange #F6861E

Tints of Carrot Orange #F6861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.68%

 BLUE value IS 30 (12.11% from 255) = 7.32%

R = 60%
G = 32.68%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6861E (or 0xF6861E) is known color: Carrot Orange. HEX triplet: F6, 86 and 1E. RGB value is (246,134,30). Sum of RGB (Red+Green+Blue) = 246+134+30=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F6861E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6861E is #0979E1. Grayscale: #9C9C9C. Windows color (decimal): -621026 or 2000630. OLE color: 2000630.

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

Color convert

RGB 246 134 30 -
CMYK 0 0.46 0.88 0.04
HSL 28.89º 0.92% 0.54% -
HSV(B) 28.89º 0.88% 0.96% -
XYZ 46.77 36.74 5.85 -
YUV 155.63 57.11 192.46 -
System Red Green Blue C M Y K H S L
Decimal 246 134 30 0 0.46 0.88 0.04 28.89 0.92 0.54
Hex F6 86 1E 0 2E 58 4 1D 5C 36
Octal 366 206 36 0 56 130 4 35 134 66
Binary 11110110 10000110 11110 0 101110 1011000 100 11101 1011100 110110

Color Harmonies of #F6861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6861E

Black with #F6861E

Text Example


Text Example

White with #F6861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6861E; }

 p { color: rgb(246,134,30); }

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

background-color css

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

 a { background-color: rgb(246,134,30); }

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

border-color css

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

 span { border-color: rgb(246,134,30); }

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