Html Css Color HEX #F67E2F Burnt Orange

📋 copy color: '#F67E2F'

red 246 ◦ green 126 ◦ blue 47

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

Shades of Burnt Orange #F67E2F

Tints of Burnt Orange #F67E2F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

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

R = 58.71%
G = 30.07%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F67E2F (or 0xF67E2F) is known color: Burnt Orange. HEX triplet: F6, 7E and 2F. RGB value is (246,126,47). Sum of RGB (Red+Green+Blue) = 246+126+47=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67E2F is #0981D0. Grayscale: #999999. Windows color (decimal): -623057 or 3112694. OLE color: 3112694.

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

Color convert

RGB 246 126 47 -
CMYK 0 0.49 0.81 0.04
HSL 23.82º 0.92% 0.57% -
HSV(B) 23.82º 0.81% 0.96% -
XYZ 45.98 34.72 6.97 -
YUV 152.87 68.26 194.42 -
System Red Green Blue C M Y K H S L
Decimal 246 126 47 0 0.49 0.81 0.04 23.82 0.92 0.57
Hex F6 7E 2F 0 31 51 4 18 5C 39
Octal 366 176 57 0 61 121 4 30 134 71
Binary 11110110 1111110 101111 0 110001 1010001 100 11000 1011100 111001

Color Harmonies of #F67E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67E2F

Black with #F67E2F

Text Example


Text Example

White with #F67E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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