Html Css Color HEX #FF8235 Burnt Orange

📋 copy color: '#FF8235'

red 255 ◦ green 130 ◦ blue 53

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

Shades of Burnt Orange #FF8235

Tints of Burnt Orange #FF8235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.1%

R = 58.22%
G = 29.68%
B = 12.1%

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

#FF8235 (or 0xFF8235) is known color: Burnt Orange. HEX triplet: FF, 82 and 35. RGB value is (255,130,53). Sum of RGB (Red+Green+Blue) = 255+130+53=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8235 is #007DCA. Grayscale: #9F9F9F. Windows color (decimal): -32203 or 3506943. OLE color: 3506943.

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

Color convert

RGB 255 130 53 -
CMYK 0 0.49 0.79 0
HSL 22.87º 1% 0.6% -
HSV(B) 22.87º 0.79% 1% -
XYZ 49.87 37.48 7.97 -
YUV 158.6 68.41 196.76 -
System Red Green Blue C M Y K H S L
Decimal 255 130 53 0 0.49 0.79 0 22.87 1 0.6
Hex FF 82 35 0 31 4F 0 17 64 3C
Octal 377 202 65 0 61 117 0 27 144 74
Binary 11111111 10000010 110101 0 110001 1001111 0 10111 1100100 111100

Color Harmonies of #FF8235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8235

Black with #FF8235

Text Example


Text Example

White with #FF8235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8235; }

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

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

background-color css

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

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

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

border-color css

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

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

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