Html Css Color HEX #FF8233 Burnt Orange

📋 copy color: '#FF8233'

red 255 ◦ green 130 ◦ blue 51

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

Shades of Burnt Orange #FF8233

Tints of Burnt Orange #FF8233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.7%

R = 58.49%
G = 29.82%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.8

 K value IS 0

RGB Variations

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

Color information

#FF8233 (or 0xFF8233) is known color: Burnt Orange. HEX triplet: FF, 82 and 33. RGB value is (255,130,51). Sum of RGB (Red+Green+Blue) = 255+130+51=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8233 is #007DCC. Grayscale: #9E9E9E. Windows color (decimal): -32205 or 3375871. OLE color: 3375871.

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

Color convert

RGB 255 130 51 -
CMYK 0 0.49 0.8 0
HSL 23.24º 1% 0.6% -
HSV(B) 23.24º 0.8% 1% -
XYZ 49.82 37.46 7.74 -
YUV 158.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 255 130 51 0 0.49 0.8 0 23.24 1 0.6
Hex FF 82 33 0 31 50 0 17 64 3C
Octal 377 202 63 0 61 120 0 27 144 74
Binary 11111111 10000010 110011 0 110001 1010000 0 10111 1100100 111100

Color Harmonies of #FF8233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8233

Black with #FF8233

Text Example


Text Example

White with #FF8233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8233; }

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

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

background-color css

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

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

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

border-color css

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

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

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