Html Css Color HEX #FF8234 Burnt Orange

📋 copy color: '#FF8234'

red 255 ◦ green 130 ◦ blue 52

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

Shades of Burnt Orange #FF8234

Tints of Burnt Orange #FF8234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.9%

R = 58.35%
G = 29.75%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF8234 (or 0xFF8234) is known color: Burnt Orange. HEX triplet: FF, 82 and 34. RGB value is (255,130,52). Sum of RGB (Red+Green+Blue) = 255+130+52=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8234 is #007DCB. Grayscale: #9E9E9E. Windows color (decimal): -32204 or 3441407. OLE color: 3441407.

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

Color convert

RGB 255 130 52 -
CMYK 0 0.49 0.80 0
HSL 23.05º 1% 0.6% -
HSV(B) 23.05º 0.8% 1% -
XYZ 49.84 37.47 7.85 -
YUV 158.48 67.91 196.84 -
System Red Green Blue C M Y K H S L
Decimal 255 130 52 0 0.49 0.80 0 23.05 1 0.6
Hex FF 82 34 0 31 50 0 17 64 3C
Octal 377 202 64 0 61 120 0 27 144 74
Binary 11111111 10000010 110100 0 110001 1010000 0 10111 1100100 111100

Color Harmonies of #FF8234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8234

Black with #FF8234

Text Example


Text Example

White with #FF8234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8234; }

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

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

background-color css

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

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

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

border-color css

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

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

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