Html Css Color HEX #FD6C26 Burnt Orange

📋 copy color: '#FD6C26'

red 253 ◦ green 108 ◦ blue 38

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

Shades of Burnt Orange #FD6C26

Tints of Burnt Orange #FD6C26

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

 BLUE value IS 38 (15.23% from 255) = 9.52%

R = 63.41%
G = 27.07%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD6C26 (or 0xFD6C26) is known color: Burnt Orange. HEX triplet: FD, 6C and 26. RGB value is (253,108,38). Sum of RGB (Red+Green+Blue) = 253+108+38=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6C26 is #0293D9. Grayscale: #8F8F8F. Windows color (decimal): -168922 or 2518269. OLE color: 2518269.

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

Color convert

RGB 253 108 38 -
CMYK 0 0.57 0.85 0.01
HSL 19.53º 0.98% 0.57% -
HSV(B) 19.53º 0.85% 0.99% -
XYZ 46.22 31.75 5.53 -
YUV 143.38 68.54 206.19 -
System Red Green Blue C M Y K H S L
Decimal 253 108 38 0 0.57 0.85 0.01 19.53 0.98 0.57
Hex FD 6C 26 0 39 55 1 14 62 39
Octal 375 154 46 0 71 125 1 24 142 71
Binary 11111101 1101100 100110 0 111001 1010101 1 10100 1100010 111001

Color Harmonies of #FD6C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C26

Black with #FD6C26

Text Example


Text Example

White with #FD6C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C26; }

 p { color: rgb(253,108,38); }

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

background-color css

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

 a { background-color: rgb(253,108,38); }

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

border-color css

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

 span { border-color: rgb(253,108,38); }

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