Html Css Color HEX #FD3F1C Red Orange

📋 copy color: '#FD3F1C'

red 253 ◦ green 63 ◦ blue 28

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

Shades of Red Orange #FD3F1C

Tints of Red Orange #FD3F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 73.55%
G = 18.31%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD3F1C (or 0xFD3F1C) is known color: Red Orange. HEX triplet: FD, 3F and 1C. RGB value is (253,63,28). Sum of RGB (Red+Green+Blue) = 253+63+28=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3F1C is #02C0E3. Grayscale: #747474. Windows color (decimal): -180452 or 1851389. OLE color: 1851389.

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

Color convert

RGB 253 63 28 -
CMYK 0 0.75 0.89 0.01
HSL 9.33º 0.98% 0.55% -
HSV(B) 9.33º 0.89% 0.99% -
XYZ 42.5 24.52 3.59 -
YUV 115.82 78.45 225.85 -
System Red Green Blue C M Y K H S L
Decimal 253 63 28 0 0.75 0.89 0.01 9.33 0.98 0.55
Hex FD 3F 1C 0 4B 59 1 9 62 37
Octal 375 77 34 0 113 131 1 11 142 67
Binary 11111101 111111 11100 0 1001011 1011001 1 1001 1100010 110111

Color Harmonies of #FD3F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3F1C

Black with #FD3F1C

Text Example


Text Example

White with #FD3F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3F1C; }

 p { color: rgb(253,63,28); }

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

background-color css

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

 a { background-color: rgb(253,63,28); }

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

border-color css

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

 span { border-color: rgb(253,63,28); }

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