Html Css Color HEX #FD4C1F Red Orange

📋 copy color: '#FD4C1F'

red 253 ◦ green 76 ◦ blue 31

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

Shades of Red Orange #FD4C1F

Tints of Red Orange #FD4C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.11%

 BLUE value IS 31 (12.5% from 255) = 8.61%

R = 70.28%
G = 21.11%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD4C1F (or 0xFD4C1F) is known color: Red Orange. HEX triplet: FD, 4C and 1F. RGB value is (253,76,31). Sum of RGB (Red+Green+Blue) = 253+76+31=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4C1F is #02B3E0. Grayscale: #7C7C7C. Windows color (decimal): -177121 or 2051325. OLE color: 2051325.

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

Color convert

RGB 253 76 31 -
CMYK 0 0.70 0.88 0.01
HSL 12.16º 0.98% 0.56% -
HSV(B) 12.16º 0.88% 0.99% -
XYZ 43.34 26.15 4.06 -
YUV 123.79 75.64 220.16 -
System Red Green Blue C M Y K H S L
Decimal 253 76 31 0 0.70 0.88 0.01 12.16 0.98 0.56
Hex FD 4C 1F 0 46 58 1 C 62 38
Octal 375 114 37 0 106 130 1 14 142 70
Binary 11111101 1001100 11111 0 1000110 1011000 1 1100 1100010 111000

Color Harmonies of #FD4C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C1F

Black with #FD4C1F

Text Example


Text Example

White with #FD4C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C1F; }

 p { color: rgb(253,76,31); }

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

background-color css

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

 a { background-color: rgb(253,76,31); }

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

border-color css

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

 span { border-color: rgb(253,76,31); }

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