Html Css Color HEX #FF8335 Burnt Orange

📋 copy color: '#FF8335'

red 255 ◦ green 131 ◦ blue 53

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

Shades of Burnt Orange #FF8335

Tints of Burnt Orange #FF8335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.84%

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

R = 58.09%
G = 29.84%
B = 12.07%

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

#FF8335 (or 0xFF8335) is known color: Burnt Orange. HEX triplet: FF, 83 and 35. RGB value is (255,131,53). Sum of RGB (Red+Green+Blue) = 255+131+53=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8335 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8335 is #007CCA. Grayscale: #9F9F9F. Windows color (decimal): -31947 or 3507199. OLE color: 3507199.

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

Color convert

RGB 255 131 53 -
CMYK 0 0.49 0.79 0
HSL 23.17º 1% 0.6% -
HSV(B) 23.17º 0.79% 1% -
XYZ 50 37.75 8.02 -
YUV 159.18 68.08 196.34 -
System Red Green Blue C M Y K H S L
Decimal 255 131 53 0 0.49 0.79 0 23.17 1 0.6
Hex FF 83 35 0 31 4F 0 17 64 3C
Octal 377 203 65 0 61 117 0 27 144 74
Binary 11111111 10000011 110101 0 110001 1001111 0 10111 1100100 111100

Color Harmonies of #FF8335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8335

Black with #FF8335

Text Example


Text Example

White with #FF8335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8335; }

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

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

background-color css

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

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

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

border-color css

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

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

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