Html Css Color HEX #FD6C2F Burnt Orange

📋 copy color: '#FD6C2F'

red 253 ◦ green 108 ◦ blue 47

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

Shades of Burnt Orange #FD6C2F

Tints of Burnt Orange #FD6C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.52%

R = 62.01%
G = 26.47%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD6C2F (or 0xFD6C2F) is known color: Burnt Orange. HEX triplet: FD, 6C and 2F. RGB value is (253,108,47). Sum of RGB (Red+Green+Blue) = 253+108+47=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6C2F is #0293D0. Grayscale: #909090. Windows color (decimal): -168913 or 3108093. OLE color: 3108093.

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

Color convert

RGB 253 108 47 -
CMYK 0 0.57 0.81 0.01
HSL 17.77º 0.98% 0.59% -
HSV(B) 17.77º 0.81% 0.99% -
XYZ 46.38 31.81 6.39 -
YUV 144.4 73.04 205.46 -
System Red Green Blue C M Y K H S L
Decimal 253 108 47 0 0.57 0.81 0.01 17.77 0.98 0.59
Hex FD 6C 2F 0 39 51 1 12 62 3B
Octal 375 154 57 0 71 121 1 22 142 73
Binary 11111101 1101100 101111 0 111001 1010001 1 10010 1100010 111011

Color Harmonies of #FD6C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C2F

Black with #FD6C2F

Text Example


Text Example

White with #FD6C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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