Html Css Color HEX #FD4312 Orange Red

📋 copy color: '#FD4312'

red 253 ◦ green 67 ◦ blue 18

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

Shades of Orange Red #FD4312

Tints of Orange Red #FD4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 74.85%
G = 19.82%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD4312 (or 0xFD4312) is known color: Orange Red. HEX triplet: FD, 43 and 12. RGB value is (253,67,18). Sum of RGB (Red+Green+Blue) = 253+67+18=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4312 is #02BCED. Grayscale: #757575. Windows color (decimal): -179438 or 1197053. OLE color: 1197053.

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

Color convert

RGB 253 67 18 -
CMYK 0 0.74 0.93 0.01
HSL 12.51º 0.98% 0.53% -
HSV(B) 12.51º 0.93% 0.99% -
XYZ 42.62 24.94 3.14 -
YUV 117.03 72.12 224.98 -
System Red Green Blue C M Y K H S L
Decimal 253 67 18 0 0.74 0.93 0.01 12.51 0.98 0.53
Hex FD 43 12 0 4A 5D 1 D 62 35
Octal 375 103 22 0 112 135 1 15 142 65
Binary 11111101 1000011 10010 0 1001010 1011101 1 1101 1100010 110101

Color Harmonies of #FD4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4312

Black with #FD4312

Text Example


Text Example

White with #FD4312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4312; }

 p { color: rgb(253,67,18); }

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

background-color css

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

 a { background-color: rgb(253,67,18); }

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

border-color css

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

 span { border-color: rgb(253,67,18); }

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