Html Css Color HEX #F47C2D Burnt Orange

📋 copy color: '#F47C2D'

red 244 ◦ green 124 ◦ blue 45

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

Shades of Burnt Orange #F47C2D

Tints of Burnt Orange #F47C2D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 59.08%
G = 30.02%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F47C2D (or 0xF47C2D) is known color: Burnt Orange. HEX triplet: F4, 7C and 2D. RGB value is (244,124,45). Sum of RGB (Red+Green+Blue) = 244+124+45=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47C2D is #0B83D2. Grayscale: #979797. Windows color (decimal): -754643 or 2981108. OLE color: 2981108.

HSL color Cylindrical-coordinate representation of color #F47C2D: hue angle of 23.82º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F47C2D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 124 45 -
CMYK 0 0.49 0.82 0.04
HSL 23.82º 0.9% 0.57% -
HSV(B) 23.82º 0.82% 0.96% -
XYZ 44.99 33.84 6.64 -
YUV 150.87 68.26 194.42 -
System Red Green Blue C M Y K H S L
Decimal 244 124 45 0 0.49 0.82 0.04 23.82 0.9 0.57
Hex F4 7C 2D 0 31 52 4 18 5A 39
Octal 364 174 55 0 61 122 4 30 132 71
Binary 11110100 1111100 101101 0 110001 1010010 100 11000 1011010 111001

Color Harmonies of #F47C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C2D

Black with #F47C2D

Text Example


Text Example

White with #F47C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C2D; }

 p { color: rgb(244,124,45); }

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

background-color css

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

 a { background-color: rgb(244,124,45); }

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

border-color css

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

 span { border-color: rgb(244,124,45); }

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