Html Css Color HEX #FD4206 Orange Red

📋 copy color: '#FD4206'

red 253 ◦ green 66 ◦ blue 6

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

Shades of Orange Red #FD4206

Tints of Orange Red #FD4206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 77.85%
G = 20.31%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD4206 (or 0xFD4206) is known color: Orange Red. HEX triplet: FD, 42 and 06. RGB value is (253,66,6). Sum of RGB (Red+Green+Blue) = 253+66+6=325 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.85% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4206 is #02BDF9. Grayscale: #737373. Windows color (decimal): -179706 or 410365. OLE color: 410365.

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

Color convert

RGB 253 66 6 -
CMYK 0 0.74 0.98 0.01
HSL 14.57º 0.98% 0.51% -
HSV(B) 14.57º 0.98% 0.99% -
XYZ 42.49 24.79 2.72 -
YUV 115.07 66.45 226.38 -
System Red Green Blue C M Y K H S L
Decimal 253 66 6 0 0.74 0.98 0.01 14.57 0.98 0.51
Hex FD 42 6 0 4A 62 1 F 62 33
Octal 375 102 6 0 112 142 1 17 142 63
Binary 11111101 1000010 110 0 1001010 1100010 1 1111 1100010 110011

Color Harmonies of #FD4206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4206

Black with #FD4206

Text Example


Text Example

White with #FD4206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4206; }

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

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

background-color css

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

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

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

border-color css

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

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

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