Html Css Color HEX #FB802D Burnt Orange

📋 copy color: '#FB802D'

red 251 ◦ green 128 ◦ blue 45

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

Shades of Burnt Orange #FB802D

Tints of Burnt Orange #FB802D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.19%

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

R = 59.2%
G = 30.19%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB802D (or 0xFB802D) is known color: Burnt Orange. HEX triplet: FB, 80 and 2D. RGB value is (251,128,45). Sum of RGB (Red+Green+Blue) = 251+128+45=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB802D is #047FD2. Grayscale: #9B9B9B. Windows color (decimal): -294867 or 2982139. OLE color: 2982139.

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

Color convert

RGB 251 128 45 -
CMYK 0 0.49 0.82 0.02
HSL 24.17º 0.96% 0.58% -
HSV(B) 24.17º 0.82% 0.98% -
XYZ 47.98 36.14 6.93 -
YUV 155.32 65.75 196.25 -
System Red Green Blue C M Y K H S L
Decimal 251 128 45 0 0.49 0.82 0.02 24.17 0.96 0.58
Hex FB 80 2D 0 31 52 2 18 60 3A
Octal 373 200 55 0 61 122 2 30 140 72
Binary 11111011 10000000 101101 0 110001 1010010 10 11000 1100000 111010

Color Harmonies of #FB802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB802D

Black with #FB802D

Text Example


Text Example

White with #FB802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB802D; }

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

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

background-color css

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

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

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

border-color css

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

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

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