Html Css Color HEX #FD471A Orange Red

📋 copy color: '#FD471A'

red 253 ◦ green 71 ◦ blue 26

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

Shades of Orange Red #FD471A

Tints of Orange Red #FD471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

 BLUE value IS 26 (10.55% from 255) = 7.43%

R = 72.29%
G = 20.29%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD471A (or 0xFD471A) is known color: Orange Red. HEX triplet: FD, 47 and 1A. RGB value is (253,71,26). Sum of RGB (Red+Green+Blue) = 253+71+26=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD471A is #02B8E5. Grayscale: #787878. Windows color (decimal): -178406 or 1722365. OLE color: 1722365.

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

Color convert

RGB 253 71 26 -
CMYK 0 0.72 0.90 0.01
HSL 11.89º 0.98% 0.55% -
HSV(B) 11.89º 0.9% 0.99% -
XYZ 42.95 25.46 3.63 -
YUV 120.29 74.8 222.66 -
System Red Green Blue C M Y K H S L
Decimal 253 71 26 0 0.72 0.90 0.01 11.89 0.98 0.55
Hex FD 47 1A 0 48 5A 1 C 62 37
Octal 375 107 32 0 110 132 1 14 142 67
Binary 11111101 1000111 11010 0 1001000 1011010 1 1100 1100010 110111

Color Harmonies of #FD471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD471A

Black with #FD471A

Text Example


Text Example

White with #FD471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD471A; }

 p { color: rgb(253,71,26); }

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

background-color css

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

 a { background-color: rgb(253,71,26); }

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

border-color css

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

 span { border-color: rgb(253,71,26); }

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