Html Css Color HEX #F6662F Burnt Orange

📋 copy color: '#F6662F'

red 246 ◦ green 102 ◦ blue 47

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

Shades of Burnt Orange #F6662F

Tints of Burnt Orange #F6662F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

 BLUE value IS 47 (18.75% from 255) = 11.9%

R = 62.28%
G = 25.82%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6662F (or 0xF6662F) is known color: Burnt Orange. HEX triplet: F6, 66 and 2F. RGB value is (246,102,47). Sum of RGB (Red+Green+Blue) = 246+102+47=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F6662F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6662F is #0999D0. Grayscale: #8B8B8B. Windows color (decimal): -629201 or 3106550. OLE color: 3106550.

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

Color convert

RGB 246 102 47 -
CMYK 0 0.59 0.81 0.04
HSL 16.58º 0.92% 0.57% -
HSV(B) 16.58º 0.81% 0.96% -
XYZ 43.27 29.3 6.06 -
YUV 138.79 76.21 204.47 -
System Red Green Blue C M Y K H S L
Decimal 246 102 47 0 0.59 0.81 0.04 16.58 0.92 0.57
Hex F6 66 2F 0 3B 51 4 11 5C 39
Octal 366 146 57 0 73 121 4 21 134 71
Binary 11110110 1100110 101111 0 111011 1010001 100 10001 1011100 111001

Color Harmonies of #F6662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6662F

Black with #F6662F

Text Example


Text Example

White with #F6662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6662F; }

 p { color: rgb(246,102,47); }

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

background-color css

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

 a { background-color: rgb(246,102,47); }

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

border-color css

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

 span { border-color: rgb(246,102,47); }

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