Html Css Color HEX #FD441F Red Orange

📋 copy color: '#FD441F'

red 253 ◦ green 68 ◦ blue 31

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

Shades of Red Orange #FD441F

Tints of Red Orange #FD441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.32%

 BLUE value IS 31 (12.5% from 255) = 8.81%

R = 71.88%
G = 19.32%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD441F (or 0xFD441F) is known color: Red Orange. HEX triplet: FD, 44 and 1F. RGB value is (253,68,31). Sum of RGB (Red+Green+Blue) = 253+68+31=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD441F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD441F is #02BBE0. Grayscale: #777777. Windows color (decimal): -179169 or 2049277. OLE color: 2049277.

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

Color convert

RGB 253 68 31 -
CMYK 0 0.73 0.88 0.01
HSL 10º 0.98% 0.56% -
HSV(B) 10º 0.88% 0.99% -
XYZ 42.82 25.12 3.89 -
YUV 119.1 78.29 223.51 -
System Red Green Blue C M Y K H S L
Decimal 253 68 31 0 0.73 0.88 0.01 10 0.98 0.56
Hex FD 44 1F 0 49 58 1 A 62 38
Octal 375 104 37 0 111 130 1 12 142 70
Binary 11111101 1000100 11111 0 1001001 1011000 1 1010 1100010 111000

Color Harmonies of #FD441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD441F

Black with #FD441F

Text Example


Text Example

White with #FD441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD441F; }

 p { color: rgb(253,68,31); }

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

background-color css

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

 a { background-color: rgb(253,68,31); }

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

border-color css

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

 span { border-color: rgb(253,68,31); }

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