Html Css Color HEX #FF702E Burnt Orange

📋 copy color: '#FF702E'

red 255 ◦ green 112 ◦ blue 46

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

Shades of Burnt Orange #FF702E

Tints of Burnt Orange #FF702E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.14%

R = 61.74%
G = 27.12%
B = 11.14%

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

#FF702E (or 0xFF702E) is known color: Burnt Orange. HEX triplet: FF, 70 and 2E. RGB value is (255,112,46). Sum of RGB (Red+Green+Blue) = 255+112+46=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF702E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF702E is #008FD1. Grayscale: #939393. Windows color (decimal): -36818 or 3043583. OLE color: 3043583.

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

Color convert

RGB 255 112 46 -
CMYK 0 0.56 0.82 0
HSL 18.95º 1% 0.59% -
HSV(B) 18.95º 0.82% 1% -
XYZ 47.53 33.05 6.46 -
YUV 147.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 255 112 46 0 0.56 0.82 0 18.95 1 0.59
Hex FF 70 2E 0 38 52 0 13 64 3B
Octal 377 160 56 0 70 122 0 23 144 73
Binary 11111111 1110000 101110 0 111000 1010010 0 10011 1100100 111011

Color Harmonies of #FF702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF702E

Black with #FF702E

Text Example


Text Example

White with #FF702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF702E; }

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

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

background-color css

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

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

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

border-color css

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

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

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