Html Css Color HEX #FD8232 Burnt Orange

📋 copy color: '#FD8232'

red 253 ◦ green 130 ◦ blue 50

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

Shades of Burnt Orange #FD8232

Tints of Burnt Orange #FD8232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.02%

 BLUE value IS 50 (19.92% from 255) = 11.55%

R = 58.43%
G = 30.02%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD8232 (or 0xFD8232) is known color: Burnt Orange. HEX triplet: FD, 82 and 32. RGB value is (253,130,50). Sum of RGB (Red+Green+Blue) = 253+130+50=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8232 is #027DCD. Grayscale: #9E9E9E. Windows color (decimal): -163278 or 3310333. OLE color: 3310333.

HSL color Cylindrical-coordinate representation of color #FD8232: hue angle of 23.65º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD8232 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 130 50 -
CMYK 0 0.49 0.80 0.01
HSL 23.65º 0.98% 0.59% -
HSV(B) 23.65º 0.8% 0.99% -
XYZ 49.07 37.08 7.59 -
YUV 157.66 67.25 196 -
System Red Green Blue C M Y K H S L
Decimal 253 130 50 0 0.49 0.80 0.01 23.65 0.98 0.59
Hex FD 82 32 0 31 50 1 18 62 3B
Octal 375 202 62 0 61 120 1 30 142 73
Binary 11111101 10000010 110010 0 110001 1010000 1 11000 1100010 111011

Color Harmonies of #FD8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8232

Black with #FD8232

Text Example


Text Example

White with #FD8232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8232; }

 p { color: rgb(253,130,50); }

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

background-color css

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

 a { background-color: rgb(253,130,50); }

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

border-color css

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

 span { border-color: rgb(253,130,50); }

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