Html Css Color HEX #F47328 Burnt Orange

📋 copy color: '#F47328'

red 244 ◦ green 115 ◦ blue 40

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

Shades of Burnt Orange #F47328

Tints of Burnt Orange #F47328

RGB

 RED value IS 244 (95.7% from 255) = 61.15%

 GREEN value IS 115 (45.31% from 255) = 28.82%

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

R = 61.15%
G = 28.82%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F47328 (or 0xF47328) is known color: Burnt Orange. HEX triplet: F4, 73 and 28. RGB value is (244,115,40). Sum of RGB (Red+Green+Blue) = 244+115+40=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F47328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47328 is #0B8CD7. Grayscale: #919191. Windows color (decimal): -756952 or 2651124. OLE color: 2651124.

HSL color Cylindrical-coordinate representation of color #F47328: hue angle of 22.06º degrees, saturation: 0.9, 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 #F47328 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 115 40 -
CMYK 0 0.53 0.84 0.04
HSL 22.06º 0.9% 0.56% -
HSV(B) 22.06º 0.84% 0.96% -
XYZ 43.82 31.65 5.81 -
YUV 145.02 68.74 198.6 -
System Red Green Blue C M Y K H S L
Decimal 244 115 40 0 0.53 0.84 0.04 22.06 0.9 0.56
Hex F4 73 28 0 35 54 4 16 5A 38
Octal 364 163 50 0 65 124 4 26 132 70
Binary 11110100 1110011 101000 0 110101 1010100 100 10110 1011010 111000

Color Harmonies of #F47328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47328

Black with #F47328

Text Example


Text Example

White with #F47328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47328; }

 p { color: rgb(244,115,40); }

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

background-color css

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

 a { background-color: rgb(244,115,40); }

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

border-color css

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

 span { border-color: rgb(244,115,40); }

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