Html Css Color HEX #FF8236 Burnt Orange

📋 copy color: '#FF8236'

red 255 ◦ green 130 ◦ blue 54

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

Shades of Burnt Orange #FF8236

Tints of Burnt Orange #FF8236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.3%

R = 58.09%
G = 29.61%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF8236 (or 0xFF8236) is known color: Burnt Orange. HEX triplet: FF, 82 and 36. RGB value is (255,130,54). Sum of RGB (Red+Green+Blue) = 255+130+54=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8236 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8236 is #007DC9. Grayscale: #9F9F9F. Windows color (decimal): -32202 or 3572479. OLE color: 3572479.

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

Color convert

RGB 255 130 54 -
CMYK 0 0.49 0.79 0
HSL 22.69º 1% 0.61% -
HSV(B) 22.69º 0.79% 1% -
XYZ 49.89 37.49 8.1 -
YUV 158.71 68.91 196.68 -
System Red Green Blue C M Y K H S L
Decimal 255 130 54 0 0.49 0.79 0 22.69 1 0.61
Hex FF 82 36 0 31 4F 0 17 64 3D
Octal 377 202 66 0 61 117 0 27 144 75
Binary 11111111 10000010 110110 0 110001 1001111 0 10111 1100100 111101

Color Harmonies of #FF8236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8236

Black with #FF8236

Text Example


Text Example

White with #FF8236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8236; }

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

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

background-color css

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

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

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

border-color css

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

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

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