Html Css Color HEX #FD663D Outrageous Orange

📋 copy color: '#FD663D'

red 253 ◦ green 102 ◦ blue 61

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

Shades of Outrageous Orange #FD663D

Tints of Outrageous Orange #FD663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.52%

 BLUE value IS 61 (24.22% from 255) = 14.66%

R = 60.82%
G = 24.52%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD663D (or 0xFD663D) is known color: Outrageous Orange. HEX triplet: FD, 66 and 3D. RGB value is (253,102,61). Sum of RGB (Red+Green+Blue) = 253+102+61=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD663D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD663D is #0299C2. Grayscale: #8E8E8E. Windows color (decimal): -170435 or 4024061. OLE color: 4024061.

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

Color convert

RGB 253 102 61 -
CMYK 0 0.60 0.76 0.01
HSL 12.81º 0.98% 0.62% -
HSV(B) 12.81º 0.76% 0.99% -
XYZ 46.1 30.72 7.92 -
YUV 142.48 82.03 206.83 -
System Red Green Blue C M Y K H S L
Decimal 253 102 61 0 0.60 0.76 0.01 12.81 0.98 0.62
Hex FD 66 3D 0 3C 4C 1 D 62 3E
Octal 375 146 75 0 74 114 1 15 142 76
Binary 11111101 1100110 111101 0 111100 1001100 1 1101 1100010 111110

Color Harmonies of #FD663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD663D

Black with #FD663D

Text Example


Text Example

White with #FD663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD663D; }

 p { color: rgb(253,102,61); }

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

background-color css

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

 a { background-color: rgb(253,102,61); }

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

border-color css

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

 span { border-color: rgb(253,102,61); }

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