Html Css Color HEX #FF702B Burnt Orange

📋 copy color: '#FF702B'

red 255 ◦ green 112 ◦ blue 43

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

Shades of Burnt Orange #FF702B

Tints of Burnt Orange #FF702B

RGB

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

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

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

R = 62.2%
G = 27.32%
B = 10.49%

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

#FF702B (or 0xFF702B) is known color: Burnt Orange. HEX triplet: FF, 70 and 2B. RGB value is (255,112,43). Sum of RGB (Red+Green+Blue) = 255+112+43=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF702B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF702B is #008FD4. Grayscale: #939393. Windows color (decimal): -36821 or 2846975. OLE color: 2846975.

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

Color convert

RGB 255 112 43 -
CMYK 0 0.56 0.83 0
HSL 19.53º 1% 0.58% -
HSV(B) 19.53º 0.83% 1% -
XYZ 47.47 33.02 6.16 -
YUV 146.89 69.38 205.11 -
System Red Green Blue C M Y K H S L
Decimal 255 112 43 0 0.56 0.83 0 19.53 1 0.58
Hex FF 70 2B 0 38 53 0 14 64 3A
Octal 377 160 53 0 70 123 0 24 144 72
Binary 11111111 1110000 101011 0 111000 1010011 0 10100 1100100 111010

Color Harmonies of #FF702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF702B

Black with #FF702B

Text Example


Text Example

White with #FF702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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