Html Css Color HEX #FD281F Red Orange

📋 copy color: '#FD281F'

red 253 ◦ green 40 ◦ blue 31

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

Shades of Red Orange #FD281F

Tints of Red Orange #FD281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

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

R = 78.09%
G = 12.35%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD281F (or 0xFD281F) is known color: Red Orange. HEX triplet: FD, 28 and 1F. RGB value is (253,40,31). Sum of RGB (Red+Green+Blue) = 253+40+31=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD281F is #02D7E0. Grayscale: #666666. Windows color (decimal): -186337 or 2042109. OLE color: 2042109.

HSL color Cylindrical-coordinate representation of color #FD281F: hue angle of 2.43º 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 #FD281F is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 40 31 -
CMYK 0 0.84 0.88 0.01
HSL 2.43º 0.98% 0.56% -
HSV(B) 2.43º 0.88% 0.99% -
XYZ 41.51 22.5 3.45 -
YUV 102.66 87.57 235.23 -
System Red Green Blue C M Y K H S L
Decimal 253 40 31 0 0.84 0.88 0.01 2.43 0.98 0.56
Hex FD 28 1F 0 54 58 1 2 62 38
Octal 375 50 37 0 124 130 1 2 142 70
Binary 11111101 101000 11111 0 1010100 1011000 1 10 1100010 111000

Color Harmonies of #FD281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD281F

Black with #FD281F

Text Example


Text Example

White with #FD281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD281F; }

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

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

background-color css

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

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

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

border-color css

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

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

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