Html Css Color HEX #F67C2F Burnt Orange

📋 copy color: '#F67C2F'

red 246 ◦ green 124 ◦ blue 47

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

Shades of Burnt Orange #F67C2F

Tints of Burnt Orange #F67C2F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

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

R = 58.99%
G = 29.74%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F67C2F (or 0xF67C2F) is known color: Burnt Orange. HEX triplet: F6, 7C and 2F. RGB value is (246,124,47). Sum of RGB (Red+Green+Blue) = 246+124+47=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67C2F is #0983D0. Grayscale: #989898. Windows color (decimal): -623569 or 3112182. OLE color: 3112182.

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

Color convert

RGB 246 124 47 -
CMYK 0 0.50 0.81 0.04
HSL 23.22º 0.92% 0.57% -
HSV(B) 23.22º 0.81% 0.96% -
XYZ 45.73 34.21 6.88 -
YUV 151.7 68.92 195.26 -
System Red Green Blue C M Y K H S L
Decimal 246 124 47 0 0.50 0.81 0.04 23.22 0.92 0.57
Hex F6 7C 2F 0 32 51 4 17 5C 39
Octal 366 174 57 0 62 121 4 27 134 71
Binary 11110110 1111100 101111 0 110010 1010001 100 10111 1011100 111001

Color Harmonies of #F67C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C2F

Black with #F67C2F

Text Example


Text Example

White with #F67C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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