Html Css Color HEX #FD5434 Outrageous Orange

📋 copy color: '#FD5434'

red 253 ◦ green 84 ◦ blue 52

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

Shades of Outrageous Orange #FD5434

Tints of Outrageous Orange #FD5434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

 BLUE value IS 52 (20.7% from 255) = 13.37%

R = 65.04%
G = 21.59%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD5434 (or 0xFD5434) is known color: Outrageous Orange. HEX triplet: FD, 54 and 34. RGB value is (253,84,52). Sum of RGB (Red+Green+Blue) = 253+84+52=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5434 is #02ABCB. Grayscale: #838383. Windows color (decimal): -175052 or 3429629. OLE color: 3429629.

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

Color convert

RGB 253 84 52 -
CMYK 0 0.67 0.79 0.01
HSL 9.55º 0.98% 0.6% -
HSV(B) 9.55º 0.79% 0.99% -
XYZ 44.3 27.47 6.22 -
YUV 130.88 83.49 215.1 -
System Red Green Blue C M Y K H S L
Decimal 253 84 52 0 0.67 0.79 0.01 9.55 0.98 0.6
Hex FD 54 34 0 43 4F 1 A 62 3C
Octal 375 124 64 0 103 117 1 12 142 74
Binary 11111101 1010100 110100 0 1000011 1001111 1 1010 1100010 111100

Color Harmonies of #FD5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5434

Black with #FD5434

Text Example


Text Example

White with #FD5434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5434; }

 p { color: rgb(253,84,52); }

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

background-color css

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

 a { background-color: rgb(253,84,52); }

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

border-color css

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

 span { border-color: rgb(253,84,52); }

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