Html Css Color HEX #FD6C25 Burnt Orange

📋 copy color: '#FD6C25'

red 253 ◦ green 108 ◦ blue 37

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

Shades of Burnt Orange #FD6C25

Tints of Burnt Orange #FD6C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.3%

R = 63.57%
G = 27.14%
B = 9.3%

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

#FD6C25 (or 0xFD6C25) is known color: Burnt Orange. HEX triplet: FD, 6C and 25. RGB value is (253,108,37). Sum of RGB (Red+Green+Blue) = 253+108+37=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6C25 is #0293DA. Grayscale: #8F8F8F. Windows color (decimal): -168923 or 2452733. OLE color: 2452733.

HSL color Cylindrical-coordinate representation of color #FD6C25: hue angle of 19.72º 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 #FD6C25 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 108 37 -
CMYK 0 0.57 0.85 0.01
HSL 19.72º 0.98% 0.57% -
HSV(B) 19.72º 0.85% 0.99% -
XYZ 46.2 31.74 5.44 -
YUV 143.26 68.04 206.27 -
System Red Green Blue C M Y K H S L
Decimal 253 108 37 0 0.57 0.85 0.01 19.72 0.98 0.57
Hex FD 6C 25 0 39 55 1 14 62 39
Octal 375 154 45 0 71 125 1 24 142 71
Binary 11111101 1101100 100101 0 111001 1010101 1 10100 1100010 111001

Color Harmonies of #FD6C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C25

Black with #FD6C25

Text Example


Text Example

White with #FD6C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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