Html Css Color HEX #FD4F2D Red Orange

📋 copy color: '#FD4F2D'

red 253 ◦ green 79 ◦ blue 45

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

Shades of Red Orange #FD4F2D

Tints of Red Orange #FD4F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.95%

 BLUE value IS 45 (17.97% from 255) = 11.94%

R = 67.11%
G = 20.95%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD4F2D (or 0xFD4F2D) is known color: Red Orange. HEX triplet: FD, 4F and 2D. RGB value is (253,79,45). Sum of RGB (Red+Green+Blue) = 253+79+45=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4F2D is #02B0D2. Grayscale: #7F7F7F. Windows color (decimal): -176339 or 2969597. OLE color: 2969597.

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

Color convert

RGB 253 79 45 -
CMYK 0 0.69 0.82 0.01
HSL 9.81º 0.98% 0.58% -
HSV(B) 9.81º 0.82% 0.99% -
XYZ 43.78 26.66 5.32 -
YUV 127.15 81.65 217.76 -
System Red Green Blue C M Y K H S L
Decimal 253 79 45 0 0.69 0.82 0.01 9.81 0.98 0.58
Hex FD 4F 2D 0 45 52 1 A 62 3A
Octal 375 117 55 0 105 122 1 12 142 72
Binary 11111101 1001111 101101 0 1000101 1010010 1 1010 1100010 111010

Color Harmonies of #FD4F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4F2D

Black with #FD4F2D

Text Example


Text Example

White with #FD4F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4F2D; }

 p { color: rgb(253,79,45); }

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

background-color css

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

 a { background-color: rgb(253,79,45); }

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

border-color css

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

 span { border-color: rgb(253,79,45); }

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