Html Css Color HEX #FF7534 Burnt Orange

📋 copy color: '#FF7534'

red 255 ◦ green 117 ◦ blue 52

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

Shades of Burnt Orange #FF7534

Tints of Burnt Orange #FF7534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.59%

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

R = 60.14%
G = 27.59%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF7534 (or 0xFF7534) is known color: Burnt Orange. HEX triplet: FF, 75 and 34. RGB value is (255,117,52). Sum of RGB (Red+Green+Blue) = 255+117+52=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7534 is #008ACB. Grayscale: #979797. Windows color (decimal): -35532 or 3438079. OLE color: 3438079.

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

Color convert

RGB 255 117 52 -
CMYK 0 0.54 0.80 0
HSL 19.21º 1% 0.6% -
HSV(B) 19.21º 0.8% 1% -
XYZ 48.22 34.23 7.31 -
YUV 150.85 72.22 202.29 -
System Red Green Blue C M Y K H S L
Decimal 255 117 52 0 0.54 0.80 0 19.21 1 0.6
Hex FF 75 34 0 36 50 0 13 64 3C
Octal 377 165 64 0 66 120 0 23 144 74
Binary 11111111 1110101 110100 0 110110 1010000 0 10011 1100100 111100

Color Harmonies of #FF7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7534

Black with #FF7534

Text Example


Text Example

White with #FF7534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7534; }

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

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

background-color css

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

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

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

border-color css

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

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

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