Html Css Color HEX #FD481A Orange Red

📋 copy color: '#FD481A'

red 253 ◦ green 72 ◦ blue 26

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

Shades of Orange Red #FD481A

Tints of Orange Red #FD481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 72.08%
G = 20.51%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD481A (or 0xFD481A) is known color: Orange Red. HEX triplet: FD, 48 and 1A. RGB value is (253,72,26). Sum of RGB (Red+Green+Blue) = 253+72+26=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD481A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD481A is #02B7E5. Grayscale: #797979. Windows color (decimal): -178150 or 1722621. OLE color: 1722621.

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

Color convert

RGB 253 72 26 -
CMYK 0 0.72 0.90 0.01
HSL 12.16º 0.98% 0.55% -
HSV(B) 12.16º 0.9% 0.99% -
XYZ 43.01 25.59 3.65 -
YUV 120.88 74.47 222.24 -
System Red Green Blue C M Y K H S L
Decimal 253 72 26 0 0.72 0.90 0.01 12.16 0.98 0.55
Hex FD 48 1A 0 48 5A 1 C 62 37
Octal 375 110 32 0 110 132 1 14 142 67
Binary 11111101 1001000 11010 0 1001000 1011010 1 1100 1100010 110111

Color Harmonies of #FD481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD481A

Black with #FD481A

Text Example


Text Example

White with #FD481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD481A; }

 p { color: rgb(253,72,26); }

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

background-color css

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

 a { background-color: rgb(253,72,26); }

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

border-color css

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

 span { border-color: rgb(253,72,26); }

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