Html Css Color HEX #F4702B Burnt Orange

📋 copy color: '#F4702B'

red 244 ◦ green 112 ◦ blue 43

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

Shades of Burnt Orange #F4702B

Tints of Burnt Orange #F4702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.78%

R = 61.15%
G = 28.07%
B = 10.78%

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

#F4702B (or 0xF4702B) is known color: Burnt Orange. HEX triplet: F4, 70 and 2B. RGB value is (244,112,43). Sum of RGB (Red+Green+Blue) = 244+112+43=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F4702B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4702B is #0B8FD4. Grayscale: #909090. Windows color (decimal): -757717 or 2846964. OLE color: 2846964.

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

Color convert

RGB 244 112 43 -
CMYK 0 0.54 0.82 0.04
HSL 20.6º 0.9% 0.56% -
HSV(B) 20.6º 0.82% 0.96% -
XYZ 43.54 31 5.97 -
YUV 143.6 71.23 199.61 -
System Red Green Blue C M Y K H S L
Decimal 244 112 43 0 0.54 0.82 0.04 20.6 0.9 0.56
Hex F4 70 2B 0 36 52 4 15 5A 38
Octal 364 160 53 0 66 122 4 25 132 70
Binary 11110100 1110000 101011 0 110110 1010010 100 10101 1011010 111000

Color Harmonies of #F4702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4702B

Black with #F4702B

Text Example


Text Example

White with #F4702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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