Html Css Color HEX #F67231 Burnt Orange

📋 copy color: '#F67231'

red 246 ◦ green 114 ◦ blue 49

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

Shades of Burnt Orange #F67231

Tints of Burnt Orange #F67231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

 BLUE value IS 49 (19.53% from 255) = 11.98%

R = 60.15%
G = 27.87%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F67231 (or 0xF67231) is known color: Burnt Orange. HEX triplet: F6, 72 and 31. RGB value is (246,114,49). Sum of RGB (Red+Green+Blue) = 246+114+49=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F67231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67231 is #098DCE. Grayscale: #929292. Windows color (decimal): -626127 or 3240694. OLE color: 3240694.

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

Color convert

RGB 246 114 49 -
CMYK 0 0.54 0.80 0.04
HSL 19.8º 0.92% 0.58% -
HSV(B) 19.8º 0.8% 0.96% -
XYZ 44.58 31.85 6.7 -
YUV 146.06 73.23 199.29 -
System Red Green Blue C M Y K H S L
Decimal 246 114 49 0 0.54 0.80 0.04 19.8 0.92 0.58
Hex F6 72 31 0 36 50 4 14 5C 3A
Octal 366 162 61 0 66 120 4 24 134 72
Binary 11110110 1110010 110001 0 110110 1010000 100 10100 1011100 111010

Color Harmonies of #F67231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67231

Black with #F67231

Text Example


Text Example

White with #F67231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67231; }

 p { color: rgb(246,114,49); }

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

background-color css

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

 a { background-color: rgb(246,114,49); }

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

border-color css

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

 span { border-color: rgb(246,114,49); }

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