Html Css Color HEX #FD6529 Burnt Orange

📋 copy color: '#FD6529'

red 253 ◦ green 101 ◦ blue 41

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

Shades of Burnt Orange #FD6529

Tints of Burnt Orange #FD6529

RGB

 RED value IS 253 (99.22% from 255) = 64.05%

 GREEN value IS 101 (39.84% from 255) = 25.57%

 BLUE value IS 41 (16.41% from 255) = 10.38%

R = 64.05%
G = 25.57%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD6529 (or 0xFD6529) is known color: Burnt Orange. HEX triplet: FD, 65 and 29. RGB value is (253,101,41). Sum of RGB (Red+Green+Blue) = 253+101+41=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6529 is #029AD6. Grayscale: #8B8B8B. Windows color (decimal): -170711 or 2713085. OLE color: 2713085.

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

Color convert

RGB 253 101 41 -
CMYK 0 0.60 0.84 0.01
HSL 16.98º 0.98% 0.58% -
HSV(B) 16.98º 0.84% 0.99% -
XYZ 45.56 30.35 5.55 -
YUV 139.61 72.36 208.88 -
System Red Green Blue C M Y K H S L
Decimal 253 101 41 0 0.60 0.84 0.01 16.98 0.98 0.58
Hex FD 65 29 0 3C 54 1 11 62 3A
Octal 375 145 51 0 74 124 1 21 142 72
Binary 11111101 1100101 101001 0 111100 1010100 1 10001 1100010 111010

Color Harmonies of #FD6529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6529

Black with #FD6529

Text Example


Text Example

White with #FD6529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6529; }

 p { color: rgb(253,101,41); }

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

background-color css

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

 a { background-color: rgb(253,101,41); }

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

border-color css

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

 span { border-color: rgb(253,101,41); }

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