Html Css Color HEX #FD6F3C Burnt Orange

📋 copy color: '#FD6F3C'

red 253 ◦ green 111 ◦ blue 60

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

Shades of Burnt Orange #FD6F3C

Tints of Burnt Orange #FD6F3C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.18%

 BLUE value IS 60 (23.83% from 255) = 14.15%

R = 59.67%
G = 26.18%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD6F3C (or 0xFD6F3C) is known color: Burnt Orange. HEX triplet: FD, 6F and 3C. RGB value is (253,111,60). Sum of RGB (Red+Green+Blue) = 253+111+60=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6F3C is #0290C3. Grayscale: #939393. Windows color (decimal): -168132 or 3960829. OLE color: 3960829.

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

Color convert

RGB 253 111 60 -
CMYK 0 0.56 0.76 0.01
HSL 15.85º 0.98% 0.61% -
HSV(B) 15.85º 0.76% 0.99% -
XYZ 47.01 32.58 8.09 -
YUV 147.64 78.54 203.15 -
System Red Green Blue C M Y K H S L
Decimal 253 111 60 0 0.56 0.76 0.01 15.85 0.98 0.61
Hex FD 6F 3C 0 38 4C 1 10 62 3D
Octal 375 157 74 0 70 114 1 20 142 75
Binary 11111101 1101111 111100 0 111000 1001100 1 10000 1100010 111101

Color Harmonies of #FD6F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6F3C

Black with #FD6F3C

Text Example


Text Example

White with #FD6F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6F3C; }

 p { color: rgb(253,111,60); }

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

background-color css

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

 a { background-color: rgb(253,111,60); }

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

border-color css

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

 span { border-color: rgb(253,111,60); }

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