Html Css Color HEX #FD412F Red Orange

📋 copy color: '#FD412F'

red 253 ◦ green 65 ◦ blue 47

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

Shades of Red Orange #FD412F

Tints of Red Orange #FD412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 69.32%
G = 17.81%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD412F (or 0xFD412F) is known color: Red Orange. HEX triplet: FD, 41 and 2F. RGB value is (253,65,47). Sum of RGB (Red+Green+Blue) = 253+65+47=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD412F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD412F is #02BED0. Grayscale: #777777. Windows color (decimal): -179921 or 3097085. OLE color: 3097085.

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

Color convert

RGB 253 65 47 -
CMYK 0 0.74 0.81 0.01
HSL 5.24º 0.98% 0.59% -
HSV(B) 5.24º 0.81% 0.99% -
XYZ 42.91 24.87 5.23 -
YUV 119.16 87.28 223.46 -
System Red Green Blue C M Y K H S L
Decimal 253 65 47 0 0.74 0.81 0.01 5.24 0.98 0.59
Hex FD 41 2F 0 4A 51 1 5 62 3B
Octal 375 101 57 0 112 121 1 5 142 73
Binary 11111101 1000001 101111 0 1001010 1010001 1 101 1100010 111011

Color Harmonies of #FD412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD412F

Black with #FD412F

Text Example


Text Example

White with #FD412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD412F; }

 p { color: rgb(253,65,47); }

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

background-color css

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

 a { background-color: rgb(253,65,47); }

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

border-color css

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

 span { border-color: rgb(253,65,47); }

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