Html Css Color HEX #F47B2F Burnt Orange

📋 copy color: '#F47B2F'

red 244 ◦ green 123 ◦ blue 47

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

Shades of Burnt Orange #F47B2F

Tints of Burnt Orange #F47B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.71%

 BLUE value IS 47 (18.75% from 255) = 11.35%

R = 58.94%
G = 29.71%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F47B2F (or 0xF47B2F) is known color: Burnt Orange. HEX triplet: F4, 7B and 2F. RGB value is (244,123,47). Sum of RGB (Red+Green+Blue) = 244+123+47=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F47B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47B2F is #0B84D0. Grayscale: #969696. Windows color (decimal): -754897 or 3111924. OLE color: 3111924.

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

Color convert

RGB 244 123 47 -
CMYK 0 0.50 0.81 0.04
HSL 23.15º 0.9% 0.57% -
HSV(B) 23.15º 0.81% 0.96% -
XYZ 44.9 33.6 6.81 -
YUV 150.52 69.59 194.68 -
System Red Green Blue C M Y K H S L
Decimal 244 123 47 0 0.50 0.81 0.04 23.15 0.9 0.57
Hex F4 7B 2F 0 32 51 4 17 5A 39
Octal 364 173 57 0 62 121 4 27 132 71
Binary 11110100 1111011 101111 0 110010 1010001 100 10111 1011010 111001

Color Harmonies of #F47B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47B2F

Black with #F47B2F

Text Example


Text Example

White with #F47B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47B2F; }

 p { color: rgb(244,123,47); }

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

background-color css

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

 a { background-color: rgb(244,123,47); }

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

border-color css

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

 span { border-color: rgb(244,123,47); }

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