Html Css Color HEX #F66830 Burnt Orange

📋 copy color: '#F66830'

red 246 ◦ green 104 ◦ blue 48

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

Shades of Burnt Orange #F66830

Tints of Burnt Orange #F66830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.13%

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

R = 61.81%
G = 26.13%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F66830 (or 0xF66830) is known color: Burnt Orange. HEX triplet: F6, 68 and 30. RGB value is (246,104,48). Sum of RGB (Red+Green+Blue) = 246+104+48=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F66830 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66830 is #0997CF. Grayscale: #8C8C8C. Windows color (decimal): -628688 or 3172598. OLE color: 3172598.

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

Color convert

RGB 246 104 48 -
CMYK 0 0.58 0.80 0.04
HSL 16.97º 0.92% 0.58% -
HSV(B) 16.97º 0.8% 0.96% -
XYZ 43.49 29.71 6.24 -
YUV 140.07 76.04 203.55 -
System Red Green Blue C M Y K H S L
Decimal 246 104 48 0 0.58 0.80 0.04 16.97 0.92 0.58
Hex F6 68 30 0 3A 50 4 11 5C 3A
Octal 366 150 60 0 72 120 4 21 134 72
Binary 11110110 1101000 110000 0 111010 1010000 100 10001 1011100 111010

Color Harmonies of #F66830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66830

Black with #F66830

Text Example


Text Example

White with #F66830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66830; }

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

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

background-color css

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

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

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

border-color css

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

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

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