Html Css Color HEX #FD3C04 Orange Red

📋 copy color: '#FD3C04'

red 253 ◦ green 60 ◦ blue 4

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

Shades of Orange Red #FD3C04

Tints of Orange Red #FD3C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 79.81%
G = 18.93%
B = 1.26%

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

#FD3C04 (or 0xFD3C04) is known color: Orange Red. HEX triplet: FD, 3C and 04. RGB value is (253,60,4). Sum of RGB (Red+Green+Blue) = 253+60+4=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3C04 is #02C3FB. Grayscale: #6F6F6F. Windows color (decimal): -181244 or 277757. OLE color: 277757.

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

Color convert

RGB 253 60 4 -
CMYK 0 0.76 0.98 0.01
HSL 13.49º 0.98% 0.5% -
HSV(B) 13.49º 0.98% 0.99% -
XYZ 42.15 24.12 2.55 -
YUV 111.32 67.44 229.05 -
System Red Green Blue C M Y K H S L
Decimal 253 60 4 0 0.76 0.98 0.01 13.49 0.98 0.5
Hex FD 3C 4 0 4C 62 1 D 62 32
Octal 375 74 4 0 114 142 1 15 142 62
Binary 11111101 111100 100 0 1001100 1100010 1 1101 1100010 110010

Color Harmonies of #FD3C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C04

Black with #FD3C04

Text Example


Text Example

White with #FD3C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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