Html Css Color HEX #FF752A Burnt Orange

📋 copy color: '#FF752A'

red 255 ◦ green 117 ◦ blue 42

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

Shades of Burnt Orange #FF752A

Tints of Burnt Orange #FF752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.14%

R = 61.59%
G = 28.26%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF752A (or 0xFF752A) is known color: Burnt Orange. HEX triplet: FF, 75 and 2A. RGB value is (255,117,42). Sum of RGB (Red+Green+Blue) = 255+117+42=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF752A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF752A is #008AD5. Grayscale: #969696. Windows color (decimal): -35542 or 2782719. OLE color: 2782719.

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

Color convert

RGB 255 117 42 -
CMYK 0 0.54 0.84 0
HSL 21.13º 1% 0.58% -
HSV(B) 21.13º 0.84% 1% -
XYZ 48.02 34.15 6.25 -
YUV 149.71 67.22 203.1 -
System Red Green Blue C M Y K H S L
Decimal 255 117 42 0 0.54 0.84 0 21.13 1 0.58
Hex FF 75 2A 0 36 54 0 15 64 3A
Octal 377 165 52 0 66 124 0 25 144 72
Binary 11111111 1110101 101010 0 110110 1010100 0 10101 1100100 111010

Color Harmonies of #FF752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF752A

Black with #FF752A

Text Example


Text Example

White with #FF752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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