Html Css Color HEX #FD3A03 Orange Red

📋 copy color: '#FD3A03'

red 253 ◦ green 58 ◦ blue 3

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

Shades of Orange Red #FD3A03

Tints of Orange Red #FD3A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.47%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 80.57%
G = 18.47%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD3A03 (or 0xFD3A03) is known color: Orange Red. HEX triplet: FD, 3A and 03. RGB value is (253,58,3). Sum of RGB (Red+Green+Blue) = 253+58+3=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3A03 is #02C5FC. Grayscale: #6E6E6E. Windows color (decimal): -181757 or 211709. OLE color: 211709.

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

Color convert

RGB 253 58 3 -
CMYK 0 0.77 0.99 0.01
HSL 13.2º 0.98% 0.5% -
HSV(B) 13.2º 0.99% 0.99% -
XYZ 42.04 23.92 2.49 -
YUV 110.04 67.6 229.97 -
System Red Green Blue C M Y K H S L
Decimal 253 58 3 0 0.77 0.99 0.01 13.2 0.98 0.5
Hex FD 3A 3 0 4D 63 1 D 62 32
Octal 375 72 3 0 115 143 1 15 142 62
Binary 11111101 111010 11 0 1001101 1100011 1 1101 1100010 110010

Color Harmonies of #FD3A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A03

Black with #FD3A03

Text Example


Text Example

White with #FD3A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A03; }

 p { color: rgb(253,58,3); }

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

background-color css

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

 a { background-color: rgb(253,58,3); }

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

border-color css

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

 span { border-color: rgb(253,58,3); }

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