Html Css Color HEX #FD4A1E Red Orange

📋 copy color: '#FD4A1E'

red 253 ◦ green 74 ◦ blue 30

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

Shades of Red Orange #FD4A1E

Tints of Red Orange #FD4A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

 BLUE value IS 30 (12.11% from 255) = 8.4%

R = 70.87%
G = 20.73%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD4A1E (or 0xFD4A1E) is known color: Red Orange. HEX triplet: FD, 4A and 1E. RGB value is (253,74,30). Sum of RGB (Red+Green+Blue) = 253+74+30=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4A1E is #02B5E1. Grayscale: #7A7A7A. Windows color (decimal): -177634 or 1985277. OLE color: 1985277.

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

Color convert

RGB 253 74 30 -
CMYK 0 0.71 0.88 0.01
HSL 11.84º 0.98% 0.55% -
HSV(B) 11.84º 0.88% 0.99% -
XYZ 43.19 25.87 3.95 -
YUV 122.51 75.8 221.08 -
System Red Green Blue C M Y K H S L
Decimal 253 74 30 0 0.71 0.88 0.01 11.84 0.98 0.55
Hex FD 4A 1E 0 47 58 1 C 62 37
Octal 375 112 36 0 107 130 1 14 142 67
Binary 11111101 1001010 11110 0 1000111 1011000 1 1100 1100010 110111

Color Harmonies of #FD4A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A1E

Black with #FD4A1E

Text Example


Text Example

White with #FD4A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A1E; }

 p { color: rgb(253,74,30); }

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

background-color css

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

 a { background-color: rgb(253,74,30); }

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

border-color css

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

 span { border-color: rgb(253,74,30); }

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