Html Css Color HEX #F4702D Burnt Orange

📋 copy color: '#F4702D'

red 244 ◦ green 112 ◦ blue 45

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

Shades of Burnt Orange #F4702D

Tints of Burnt Orange #F4702D

RGB

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

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

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

R = 60.85%
G = 27.93%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4702D (or 0xF4702D) is known color: Burnt Orange. HEX triplet: F4, 70 and 2D. RGB value is (244,112,45). Sum of RGB (Red+Green+Blue) = 244+112+45=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F4702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4702D is #0B8FD2. Grayscale: #909090. Windows color (decimal): -757715 or 2978036. OLE color: 2978036.

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

Color convert

RGB 244 112 45 -
CMYK 0 0.54 0.82 0.04
HSL 20.2º 0.9% 0.57% -
HSV(B) 20.2º 0.82% 0.96% -
XYZ 43.58 31.01 6.17 -
YUV 143.83 72.23 199.45 -
System Red Green Blue C M Y K H S L
Decimal 244 112 45 0 0.54 0.82 0.04 20.2 0.9 0.57
Hex F4 70 2D 0 36 52 4 14 5A 39
Octal 364 160 55 0 66 122 4 24 132 71
Binary 11110100 1110000 101101 0 110110 1010010 100 10100 1011010 111001

Color Harmonies of #F4702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4702D

Black with #F4702D

Text Example


Text Example

White with #F4702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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