Html Css Color HEX #F67E30 Burnt Orange

📋 copy color: '#F67E30'

red 246 ◦ green 126 ◦ blue 48

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

Shades of Burnt Orange #F67E30

Tints of Burnt Orange #F67E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.43%

R = 58.57%
G = 30%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F67E30 (or 0xF67E30) is known color: Burnt Orange. HEX triplet: F6, 7E and 30. RGB value is (246,126,48). Sum of RGB (Red+Green+Blue) = 246+126+48=420 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.57% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67E30 is #0981CF. Grayscale: #999999. Windows color (decimal): -623056 or 3178230. OLE color: 3178230.

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

Color convert

RGB 246 126 48 -
CMYK 0 0.49 0.80 0.04
HSL 23.64º 0.92% 0.58% -
HSV(B) 23.64º 0.8% 0.96% -
XYZ 46 34.73 7.07 -
YUV 152.99 68.76 194.34 -
System Red Green Blue C M Y K H S L
Decimal 246 126 48 0 0.49 0.80 0.04 23.64 0.92 0.58
Hex F6 7E 30 0 31 50 4 18 5C 3A
Octal 366 176 60 0 61 120 4 30 134 72
Binary 11110110 1111110 110000 0 110001 1010000 100 11000 1011100 111010

Color Harmonies of #F67E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67E30

Black with #F67E30

Text Example


Text Example

White with #F67E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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