Html Css Color HEX #FF7530 Burnt Orange

📋 copy color: '#FF7530'

red 255 ◦ green 117 ◦ blue 48

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

Shades of Burnt Orange #FF7530

Tints of Burnt Orange #FF7530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.43%

R = 60.71%
G = 27.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF7530 (or 0xFF7530) is known color: Burnt Orange. HEX triplet: FF, 75 and 30. RGB value is (255,117,48). Sum of RGB (Red+Green+Blue) = 255+117+48=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7530 is #008ACF. Grayscale: #969696. Windows color (decimal): -35536 or 3175935. OLE color: 3175935.

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

Color convert

RGB 255 117 48 -
CMYK 0 0.54 0.81 0
HSL 20º 1% 0.59% -
HSV(B) 20º 0.81% 1% -
XYZ 48.13 34.2 6.86 -
YUV 150.4 70.22 202.61 -
System Red Green Blue C M Y K H S L
Decimal 255 117 48 0 0.54 0.81 0 20 1 0.59
Hex FF 75 30 0 36 51 0 14 64 3B
Octal 377 165 60 0 66 121 0 24 144 73
Binary 11111111 1110101 110000 0 110110 1010001 0 10100 1100100 111011

Color Harmonies of #FF7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7530

Black with #FF7530

Text Example


Text Example

White with #FF7530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7530; }

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

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

background-color css

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

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

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

border-color css

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

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

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