Html Css Color HEX #FD3805 Orange Red

📋 copy color: '#FD3805'

red 253 ◦ green 56 ◦ blue 5

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

Shades of Orange Red #FD3805

Tints of Orange Red #FD3805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 80.57%
G = 17.83%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD3805 (or 0xFD3805) is known color: Orange Red. HEX triplet: FD, 38 and 05. RGB value is (253,56,5). Sum of RGB (Red+Green+Blue) = 253+56+5=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3805 is #02C7FA. Grayscale: #6D6D6D. Windows color (decimal): -182267 or 342269. OLE color: 342269.

HSL color Cylindrical-coordinate representation of color #FD3805: hue angle of 12.34º 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 #FD3805 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 56 5 -
CMYK 0 0.78 0.98 0.01
HSL 12.34º 0.98% 0.51% -
HSV(B) 12.34º 0.98% 0.99% -
XYZ 41.95 23.72 2.51 -
YUV 109.09 69.27 230.65 -
System Red Green Blue C M Y K H S L
Decimal 253 56 5 0 0.78 0.98 0.01 12.34 0.98 0.51
Hex FD 38 5 0 4E 62 1 C 62 33
Octal 375 70 5 0 116 142 1 14 142 63
Binary 11111101 111000 101 0 1001110 1100010 1 1100 1100010 110011

Color Harmonies of #FD3805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3805

Black with #FD3805

Text Example


Text Example

White with #FD3805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3805; }

 p { color: rgb(253,56,5); }

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

background-color css

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

 a { background-color: rgb(253,56,5); }

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

border-color css

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

 span { border-color: rgb(253,56,5); }

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