Html Css Color HEX #FD6C34 Burnt Orange

📋 copy color: '#FD6C34'

red 253 ◦ green 108 ◦ blue 52

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

Shades of Burnt Orange #FD6C34

Tints of Burnt Orange #FD6C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.59%

R = 61.26%
G = 26.15%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD6C34 (or 0xFD6C34) is known color: Burnt Orange. HEX triplet: FD, 6C and 34. RGB value is (253,108,52). Sum of RGB (Red+Green+Blue) = 253+108+52=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6C34 is #0293CB. Grayscale: #919191. Windows color (decimal): -168908 or 3435773. OLE color: 3435773.

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

Color convert

RGB 253 108 52 -
CMYK 0 0.57 0.79 0.01
HSL 16.72º 0.98% 0.6% -
HSV(B) 16.72º 0.79% 0.99% -
XYZ 46.49 31.86 6.95 -
YUV 144.97 75.54 205.05 -
System Red Green Blue C M Y K H S L
Decimal 253 108 52 0 0.57 0.79 0.01 16.72 0.98 0.6
Hex FD 6C 34 0 39 4F 1 11 62 3C
Octal 375 154 64 0 71 117 1 21 142 74
Binary 11111101 1101100 110100 0 111001 1001111 1 10001 1100010 111100

Color Harmonies of #FD6C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C34

Black with #FD6C34

Text Example


Text Example

White with #FD6C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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