Html Css Color HEX #FB702D Burnt Orange

📋 copy color: '#FB702D'

red 251 ◦ green 112 ◦ blue 45

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

Shades of Burnt Orange #FB702D

Tints of Burnt Orange #FB702D

RGB

 RED value IS 251 (98.44% from 255) = 61.52%

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

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

R = 61.52%
G = 27.45%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB702D (or 0xFB702D) is known color: Burnt Orange. HEX triplet: FB, 70 and 2D. RGB value is (251,112,45). Sum of RGB (Red+Green+Blue) = 251+112+45=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB702D is #048FD2. Grayscale: #929292. Windows color (decimal): -298963 or 2978043. OLE color: 2978043.

HSL color Cylindrical-coordinate representation of color #FB702D: hue angle of 19.51º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB702D is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 112 45 -
CMYK 0 0.55 0.82 0.02
HSL 19.51º 0.96% 0.58% -
HSV(B) 19.51º 0.82% 0.98% -
XYZ 46.05 32.29 6.29 -
YUV 145.92 71.05 202.95 -
System Red Green Blue C M Y K H S L
Decimal 251 112 45 0 0.55 0.82 0.02 19.51 0.96 0.58
Hex FB 70 2D 0 37 52 2 14 60 3A
Octal 373 160 55 0 67 122 2 24 140 72
Binary 11111011 1110000 101101 0 110111 1010010 10 10100 1100000 111010

Color Harmonies of #FB702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB702D

Black with #FB702D

Text Example


Text Example

White with #FB702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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