Html Css Color HEX #FF7D3C Burnt Orange

📋 copy color: '#FF7D3C'

red 255 ◦ green 125 ◦ blue 60

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

Shades of Burnt Orange #FF7D3C

Tints of Burnt Orange #FF7D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.41%

 BLUE value IS 60 (23.83% from 255) = 13.64%

R = 57.95%
G = 28.41%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF7D3C (or 0xFF7D3C) is known color: Burnt Orange. HEX triplet: FF, 7D and 3C. RGB value is (255,125,60). Sum of RGB (Red+Green+Blue) = 255+125+60=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D3C is #0082C3. Grayscale: #9C9C9C. Windows color (decimal): -33476 or 3964415. OLE color: 3964415.

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

Color convert

RGB 255 125 60 -
CMYK 0 0.51 0.76 0
HSL 20º 1% 0.62% -
HSV(B) 20º 0.76% 1% -
XYZ 49.39 36.25 8.67 -
YUV 156.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 255 125 60 0 0.51 0.76 0 20 1 0.62
Hex FF 7D 3C 0 33 4C 0 14 64 3E
Octal 377 175 74 0 63 114 0 24 144 76
Binary 11111111 1111101 111100 0 110011 1001100 0 10100 1100100 111110

Color Harmonies of #FF7D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D3C

Black with #FF7D3C

Text Example


Text Example

White with #FF7D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D3C; }

 p { color: rgb(255,125,60); }

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

background-color css

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

 a { background-color: rgb(255,125,60); }

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

border-color css

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

 span { border-color: rgb(255,125,60); }

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