Html Css Color HEX #F67028 Burnt Orange

📋 copy color: '#F67028'

red 246 ◦ green 112 ◦ blue 40

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

Shades of Burnt Orange #F67028

Tints of Burnt Orange #F67028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.14%

 BLUE value IS 40 (16.02% from 255) = 10.05%

R = 61.81%
G = 28.14%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F67028 (or 0xF67028) is known color: Burnt Orange. HEX triplet: F6, 70 and 28. RGB value is (246,112,40). Sum of RGB (Red+Green+Blue) = 246+112+40=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F67028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67028 is #098FD7. Grayscale: #909090. Windows color (decimal): -626648 or 2650358. OLE color: 2650358.

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

Color convert

RGB 246 112 40 -
CMYK 0 0.54 0.84 0.04
HSL 20.97º 0.92% 0.56% -
HSV(B) 20.97º 0.84% 0.96% -
XYZ 44.18 31.33 5.73 -
YUV 143.86 69.39 200.85 -
System Red Green Blue C M Y K H S L
Decimal 246 112 40 0 0.54 0.84 0.04 20.97 0.92 0.56
Hex F6 70 28 0 36 54 4 15 5C 38
Octal 366 160 50 0 66 124 4 25 134 70
Binary 11110110 1110000 101000 0 110110 1010100 100 10101 1011100 111000

Color Harmonies of #F67028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67028

Black with #F67028

Text Example


Text Example

White with #F67028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67028; }

 p { color: rgb(246,112,40); }

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

background-color css

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

 a { background-color: rgb(246,112,40); }

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

border-color css

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

 span { border-color: rgb(246,112,40); }

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