Html Css Color HEX #FF8230 Burnt Orange

📋 copy color: '#FF8230'

red 255 ◦ green 130 ◦ blue 48

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

Shades of Burnt Orange #FF8230

Tints of Burnt Orange #FF8230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.09%

R = 58.89%
G = 30.02%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF8230 (or 0xFF8230) is known color: Burnt Orange. HEX triplet: FF, 82 and 30. RGB value is (255,130,48). Sum of RGB (Red+Green+Blue) = 255+130+48=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8230 is #007DCF. Grayscale: #9E9E9E. Windows color (decimal): -32208 or 3179263. OLE color: 3179263.

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

Color convert

RGB 255 130 48 -
CMYK 0 0.49 0.81 0
HSL 23.77º 1% 0.59% -
HSV(B) 23.77º 0.81% 1% -
XYZ 49.76 37.44 7.4 -
YUV 158.03 65.91 197.17 -
System Red Green Blue C M Y K H S L
Decimal 255 130 48 0 0.49 0.81 0 23.77 1 0.59
Hex FF 82 30 0 31 51 0 18 64 3B
Octal 377 202 60 0 61 121 0 30 144 73
Binary 11111111 10000010 110000 0 110001 1010001 0 11000 1100100 111011

Color Harmonies of #FF8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8230

Black with #FF8230

Text Example


Text Example

White with #FF8230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8230; }

 p { color: rgb(255,130,48); }

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

background-color css

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

 a { background-color: rgb(255,130,48); }

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

border-color css

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

 span { border-color: rgb(255,130,48); }

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