Html Css Color HEX #FD4210 Orange Red

📋 copy color: '#FD4210'

red 253 ◦ green 66 ◦ blue 16

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

Shades of Orange Red #FD4210

Tints of Orange Red #FD4210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.78%

R = 75.52%
G = 19.7%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD4210 (or 0xFD4210) is known color: Orange Red. HEX triplet: FD, 42 and 10. RGB value is (253,66,16). Sum of RGB (Red+Green+Blue) = 253+66+16=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4210 is #02BDEF. Grayscale: #747474. Windows color (decimal): -179696 or 1065725. OLE color: 1065725.

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

Color convert

RGB 253 66 16 -
CMYK 0 0.74 0.94 0.01
HSL 12.66º 0.98% 0.53% -
HSV(B) 12.66º 0.94% 0.99% -
XYZ 42.55 24.82 3.04 -
YUV 116.21 71.45 225.57 -
System Red Green Blue C M Y K H S L
Decimal 253 66 16 0 0.74 0.94 0.01 12.66 0.98 0.53
Hex FD 42 10 0 4A 5E 1 D 62 35
Octal 375 102 20 0 112 136 1 15 142 65
Binary 11111101 1000010 10000 0 1001010 1011110 1 1101 1100010 110101

Color Harmonies of #FD4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4210

Black with #FD4210

Text Example


Text Example

White with #FD4210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4210; }

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

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

background-color css

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

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

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

border-color css

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

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

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