Html Css Color HEX #FF702D Burnt Orange

📋 copy color: '#FF702D'

red 255 ◦ green 112 ◦ blue 45

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

Shades of Burnt Orange #FF702D

Tints of Burnt Orange #FF702D

RGB

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

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

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

R = 61.89%
G = 27.18%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF702D (or 0xFF702D) is known color: Burnt Orange. HEX triplet: FF, 70 and 2D. RGB value is (255,112,45). Sum of RGB (Red+Green+Blue) = 255+112+45=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF702D is #008FD2. Grayscale: #939393. Windows color (decimal): -36819 or 2978047. OLE color: 2978047.

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

Color convert

RGB 255 112 45 -
CMYK 0 0.56 0.82 0
HSL 19.14º 1% 0.59% -
HSV(B) 19.14º 0.82% 1% -
XYZ 47.51 33.04 6.36 -
YUV 147.12 70.38 204.95 -
System Red Green Blue C M Y K H S L
Decimal 255 112 45 0 0.56 0.82 0 19.14 1 0.59
Hex FF 70 2D 0 38 52 0 13 64 3B
Octal 377 160 55 0 70 122 0 23 144 73
Binary 11111111 1110000 101101 0 111000 1010010 0 10011 1100100 111011

Color Harmonies of #FF702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF702D

Black with #FF702D

Text Example


Text Example

White with #FF702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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