Html Css Color HEX #FF702C Burnt Orange

📋 copy color: '#FF702C'

red 255 ◦ green 112 ◦ blue 44

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

Shades of Burnt Orange #FF702C

Tints of Burnt Orange #FF702C

RGB

 RED value IS 255 (100% from 255) = 62.04%

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

 BLUE value IS 44 (17.58% from 255) = 10.71%

R = 62.04%
G = 27.25%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF702C (or 0xFF702C) is known color: Burnt Orange. HEX triplet: FF, 70 and 2C. RGB value is (255,112,44). Sum of RGB (Red+Green+Blue) = 255+112+44=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF702C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF702C is #008FD3. Grayscale: #939393. Windows color (decimal): -36820 or 2912511. OLE color: 2912511.

HSL color Cylindrical-coordinate representation of color #FF702C: hue angle of 19.34º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF702C is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB 255 112 44 -
CMYK 0 0.56 0.83 0
HSL 19.34º 1% 0.59% -
HSV(B) 19.34º 0.83% 1% -
XYZ 47.49 33.03 6.26 -
YUV 147.01 69.88 205.03 -
System Red Green Blue C M Y K H S L
Decimal 255 112 44 0 0.56 0.83 0 19.34 1 0.59
Hex FF 70 2C 0 38 53 0 13 64 3B
Octal 377 160 54 0 70 123 0 23 144 73
Binary 11111111 1110000 101100 0 111000 1010011 0 10011 1100100 111011

Color Harmonies of #FF702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF702C

Black with #FF702C

Text Example


Text Example

White with #FF702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF702C; }

 p { color: rgb(255,112,44); }

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

background-color css

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

 a { background-color: rgb(255,112,44); }

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

border-color css

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

 span { border-color: rgb(255,112,44); }

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