Html Css Color HEX #F66D2F Burnt Orange

📋 copy color: '#F66D2F'

red 246 ◦ green 109 ◦ blue 47

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

Shades of Burnt Orange #F66D2F

Tints of Burnt Orange #F66D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.11%

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

R = 61.19%
G = 27.11%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F66D2F (or 0xF66D2F) is known color: Burnt Orange. HEX triplet: F6, 6D and 2F. RGB value is (246,109,47). Sum of RGB (Red+Green+Blue) = 246+109+47=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66D2F is #0992D0. Grayscale: #8F8F8F. Windows color (decimal): -627409 or 3108342. OLE color: 3108342.

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

Color convert

RGB 246 109 47 -
CMYK 0 0.56 0.81 0.04
HSL 18.69º 0.92% 0.57% -
HSV(B) 18.69º 0.81% 0.96% -
XYZ 43.99 30.74 6.3 -
YUV 142.9 73.89 201.54 -
System Red Green Blue C M Y K H S L
Decimal 246 109 47 0 0.56 0.81 0.04 18.69 0.92 0.57
Hex F6 6D 2F 0 38 51 4 13 5C 39
Octal 366 155 57 0 70 121 4 23 134 71
Binary 11110110 1101101 101111 0 111000 1010001 100 10011 1011100 111001

Color Harmonies of #F66D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66D2F

Black with #F66D2F

Text Example


Text Example

White with #F66D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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