Html Css Color HEX #FD6531 Outrageous Orange

📋 copy color: '#FD6531'

red 253 ◦ green 101 ◦ blue 49

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

Shades of Outrageous Orange #FD6531

Tints of Outrageous Orange #FD6531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

 BLUE value IS 49 (19.53% from 255) = 12.16%

R = 62.78%
G = 25.06%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD6531 (or 0xFD6531) is known color: Outrageous Orange. HEX triplet: FD, 65 and 31. RGB value is (253,101,49). Sum of RGB (Red+Green+Blue) = 253+101+49=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6531 is #029ACE. Grayscale: #8C8C8C. Windows color (decimal): -170703 or 3237373. OLE color: 3237373.

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

Color convert

RGB 253 101 49 -
CMYK 0 0.60 0.81 0.01
HSL 15.29º 0.98% 0.59% -
HSV(B) 15.29º 0.81% 0.99% -
XYZ 45.72 30.41 6.37 -
YUV 140.52 76.36 208.23 -
System Red Green Blue C M Y K H S L
Decimal 253 101 49 0 0.60 0.81 0.01 15.29 0.98 0.59
Hex FD 65 31 0 3C 51 1 F 62 3B
Octal 375 145 61 0 74 121 1 17 142 73
Binary 11111101 1100101 110001 0 111100 1010001 1 1111 1100010 111011

Color Harmonies of #FD6531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6531

Black with #FD6531

Text Example


Text Example

White with #FD6531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6531; }

 p { color: rgb(253,101,49); }

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

background-color css

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

 a { background-color: rgb(253,101,49); }

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

border-color css

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

 span { border-color: rgb(253,101,49); }

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