Html Css Color HEX #FD3A0F Orange Red

📋 copy color: '#FD3A0F'

red 253 ◦ green 58 ◦ blue 15

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

Shades of Orange Red #FD3A0F

Tints of Orange Red #FD3A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 77.61%
G = 17.79%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD3A0F (or 0xFD3A0F) is known color: Orange Red. HEX triplet: FD, 3A and 0F. RGB value is (253,58,15). Sum of RGB (Red+Green+Blue) = 253+58+15=326 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.61% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3A0F is #02C5F0. Grayscale: #6F6F6F. Windows color (decimal): -181745 or 998141. OLE color: 998141.

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

Color convert

RGB 253 58 15 -
CMYK 0 0.77 0.94 0.01
HSL 10.84º 0.98% 0.53% -
HSV(B) 10.84º 0.94% 0.99% -
XYZ 42.11 23.94 2.85 -
YUV 111.4 73.6 229 -
System Red Green Blue C M Y K H S L
Decimal 253 58 15 0 0.77 0.94 0.01 10.84 0.98 0.53
Hex FD 3A F 0 4D 5E 1 B 62 35
Octal 375 72 17 0 115 136 1 13 142 65
Binary 11111101 111010 1111 0 1001101 1011110 1 1011 1100010 110101

Color Harmonies of #FD3A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A0F

Black with #FD3A0F

Text Example


Text Example

White with #FD3A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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