Html Css Color HEX #FD613D Outrageous Orange

📋 copy color: '#FD613D'

red 253 ◦ green 97 ◦ blue 61

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

Shades of Outrageous Orange #FD613D

Tints of Outrageous Orange #FD613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.6%

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

R = 61.56%
G = 23.6%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD613D (or 0xFD613D) is known color: Outrageous Orange. HEX triplet: FD, 61 and 3D. RGB value is (253,97,61). Sum of RGB (Red+Green+Blue) = 253+97+61=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD613D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD613D is #029EC2. Grayscale: #8B8B8B. Windows color (decimal): -171715 or 4022781. OLE color: 4022781.

HSL color Cylindrical-coordinate representation of color #FD613D: hue angle of 11.25º 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 #FD613D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 97 61 -
CMYK 0 0.62 0.76 0.01
HSL 11.25º 0.98% 0.62% -
HSV(B) 11.25º 0.76% 0.99% -
XYZ 45.63 29.77 7.76 -
YUV 139.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 253 97 61 0 0.62 0.76 0.01 11.25 0.98 0.62
Hex FD 61 3D 0 3E 4C 1 B 62 3E
Octal 375 141 75 0 76 114 1 13 142 76
Binary 11111101 1100001 111101 0 111110 1001100 1 1011 1100010 111110

Color Harmonies of #FD613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD613D

Black with #FD613D

Text Example


Text Example

White with #FD613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD613D; }

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

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

background-color css

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

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

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

border-color css

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

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

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