Html Css Color HEX #FF702A Burnt Orange

📋 copy color: '#FF702A'

red 255 ◦ green 112 ◦ blue 42

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

Shades of Burnt Orange #FF702A

Tints of Burnt Orange #FF702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 62.35%
G = 27.38%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF702A (or 0xFF702A) is known color: Burnt Orange. HEX triplet: FF, 70 and 2A. RGB value is (255,112,42). Sum of RGB (Red+Green+Blue) = 255+112+42=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF702A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF702A is #008FD5. Grayscale: #939393. Windows color (decimal): -36822 or 2781439. OLE color: 2781439.

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

Color convert

RGB 255 112 42 -
CMYK 0 0.56 0.84 0
HSL 19.72º 1% 0.58% -
HSV(B) 19.72º 0.84% 1% -
XYZ 47.45 33.02 6.06 -
YUV 146.78 68.88 205.19 -
System Red Green Blue C M Y K H S L
Decimal 255 112 42 0 0.56 0.84 0 19.72 1 0.58
Hex FF 70 2A 0 38 54 0 14 64 3A
Octal 377 160 52 0 70 124 0 24 144 72
Binary 11111111 1110000 101010 0 111000 1010100 0 10100 1100100 111010

Color Harmonies of #FF702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF702A

Black with #FF702A

Text Example


Text Example

White with #FF702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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