Html Css Color HEX #FD702B Burnt Orange

📋 copy color: '#FD702B'

red 253 ◦ green 112 ◦ blue 43

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

Shades of Burnt Orange #FD702B

Tints of Burnt Orange #FD702B

RGB

 RED value IS 253 (99.22% from 255) = 62.01%

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

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

R = 62.01%
G = 27.45%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD702B (or 0xFD702B) is known color: Burnt Orange. HEX triplet: FD, 70 and 2B. RGB value is (253,112,43). Sum of RGB (Red+Green+Blue) = 253+112+43=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD702B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD702B is #028FD4. Grayscale: #929292. Windows color (decimal): -167893 or 2846973. OLE color: 2846973.

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

Color convert

RGB 253 112 43 -
CMYK 0 0.56 0.83 0.01
HSL 19.71º 0.98% 0.58% -
HSV(B) 19.71º 0.83% 0.99% -
XYZ 46.74 32.65 6.12 -
YUV 146.29 69.71 204.11 -
System Red Green Blue C M Y K H S L
Decimal 253 112 43 0 0.56 0.83 0.01 19.71 0.98 0.58
Hex FD 70 2B 0 38 53 1 14 62 3A
Octal 375 160 53 0 70 123 1 24 142 72
Binary 11111101 1110000 101011 0 111000 1010011 1 10100 1100010 111010

Color Harmonies of #FD702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD702B

Black with #FD702B

Text Example


Text Example

White with #FD702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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