Html Css Color HEX #F67130 Burnt Orange

📋 copy color: '#F67130'

red 246 ◦ green 113 ◦ blue 48

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

Shades of Burnt Orange #F67130

Tints of Burnt Orange #F67130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

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

R = 60.44%
G = 27.76%
B = 11.79%

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

#F67130 (or 0xF67130) is known color: Burnt Orange. HEX triplet: F6, 71 and 30. RGB value is (246,113,48). Sum of RGB (Red+Green+Blue) = 246+113+48=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F67130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67130 is #098ECF. Grayscale: #919191. Windows color (decimal): -626384 or 3174902. OLE color: 3174902.

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

Color convert

RGB 246 113 48 -
CMYK 0 0.54 0.80 0.04
HSL 19.7º 0.92% 0.58% -
HSV(B) 19.7º 0.8% 0.96% -
XYZ 44.44 31.62 6.56 -
YUV 145.36 73.06 199.79 -
System Red Green Blue C M Y K H S L
Decimal 246 113 48 0 0.54 0.80 0.04 19.7 0.92 0.58
Hex F6 71 30 0 36 50 4 14 5C 3A
Octal 366 161 60 0 66 120 4 24 134 72
Binary 11110110 1110001 110000 0 110110 1010000 100 10100 1011100 111010

Color Harmonies of #F67130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67130

Black with #F67130

Text Example


Text Example

White with #F67130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67130; }

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

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

background-color css

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

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

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

border-color css

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

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

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