Html Css Color HEX #FD3C06 Orange Red

📋 copy color: '#FD3C06'

red 253 ◦ green 60 ◦ blue 6

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

Shades of Orange Red #FD3C06

Tints of Orange Red #FD3C06

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

 BLUE value IS 6 (2.73% from 255) = 1.88%

R = 79.31%
G = 18.81%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD3C06 (or 0xFD3C06) is known color: Orange Red. HEX triplet: FD, 3C and 06. RGB value is (253,60,6). Sum of RGB (Red+Green+Blue) = 253+60+6=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3C06 is #02C3F9. Grayscale: #6F6F6F. Windows color (decimal): -181242 or 408829. OLE color: 408829.

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

Color convert

RGB 253 60 6 -
CMYK 0 0.76 0.98 0.01
HSL 13.12º 0.98% 0.51% -
HSV(B) 13.12º 0.98% 0.99% -
XYZ 42.16 24.13 2.61 -
YUV 111.55 68.44 228.89 -
System Red Green Blue C M Y K H S L
Decimal 253 60 6 0 0.76 0.98 0.01 13.12 0.98 0.51
Hex FD 3C 6 0 4C 62 1 D 62 33
Octal 375 74 6 0 114 142 1 15 142 63
Binary 11111101 111100 110 0 1001100 1100010 1 1101 1100010 110011

Color Harmonies of #FD3C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C06

Black with #FD3C06

Text Example


Text Example

White with #FD3C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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