Html Css Color HEX #FD512E Outrageous Orange

📋 copy color: '#FD512E'

red 253 ◦ green 81 ◦ blue 46

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

Shades of Outrageous Orange #FD512E

Tints of Outrageous Orange #FD512E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

 BLUE value IS 46 (18.36% from 255) = 12.11%

R = 66.58%
G = 21.32%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD512E (or 0xFD512E) is known color: Outrageous Orange. HEX triplet: FD, 51 and 2E. RGB value is (253,81,46). Sum of RGB (Red+Green+Blue) = 253+81+46=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD512E is #02AED1. Grayscale: #808080. Windows color (decimal): -175826 or 3035645. OLE color: 3035645.

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

Color convert

RGB 253 81 46 -
CMYK 0 0.68 0.82 0.01
HSL 10.14º 0.98% 0.59% -
HSV(B) 10.14º 0.82% 0.99% -
XYZ 43.94 26.96 5.47 -
YUV 128.44 81.48 216.85 -
System Red Green Blue C M Y K H S L
Decimal 253 81 46 0 0.68 0.82 0.01 10.14 0.98 0.59
Hex FD 51 2E 0 44 52 1 A 62 3B
Octal 375 121 56 0 104 122 1 12 142 73
Binary 11111101 1010001 101110 0 1000100 1010010 1 1010 1100010 111011

Color Harmonies of #FD512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD512E

Black with #FD512E

Text Example


Text Example

White with #FD512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD512E; }

 p { color: rgb(253,81,46); }

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

background-color css

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

 a { background-color: rgb(253,81,46); }

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

border-color css

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

 span { border-color: rgb(253,81,46); }

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