Html Css Color HEX #FD4219 Orange Red

📋 copy color: '#FD4219'

red 253 ◦ green 66 ◦ blue 25

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

Shades of Orange Red #FD4219

Tints of Orange Red #FD4219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

 BLUE value IS 25 (10.16% from 255) = 7.27%

R = 73.55%
G = 19.19%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD4219 (or 0xFD4219) is known color: Orange Red. HEX triplet: FD, 42 and 19. RGB value is (253,66,25). Sum of RGB (Red+Green+Blue) = 253+66+25=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4219 is #02BDE6. Grayscale: #757575. Windows color (decimal): -179687 or 1655549. OLE color: 1655549.

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

Color convert

RGB 253 66 25 -
CMYK 0 0.74 0.90 0.01
HSL 10.79º 0.98% 0.55% -
HSV(B) 10.79º 0.9% 0.99% -
XYZ 42.63 24.85 3.47 -
YUV 117.24 75.95 224.83 -
System Red Green Blue C M Y K H S L
Decimal 253 66 25 0 0.74 0.90 0.01 10.79 0.98 0.55
Hex FD 42 19 0 4A 5A 1 B 62 37
Octal 375 102 31 0 112 132 1 13 142 67
Binary 11111101 1000010 11001 0 1001010 1011010 1 1011 1100010 110111

Color Harmonies of #FD4219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4219

Black with #FD4219

Text Example


Text Example

White with #FD4219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4219; }

 p { color: rgb(253,66,25); }

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

background-color css

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

 a { background-color: rgb(253,66,25); }

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

border-color css

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

 span { border-color: rgb(253,66,25); }

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