Html Css Color HEX #FD613C Outrageous Orange

📋 copy color: '#FD613C'

red 253 ◦ green 97 ◦ blue 60

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

Shades of Outrageous Orange #FD613C

Tints of Outrageous Orange #FD613C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 61.71%
G = 23.66%
B = 14.63%

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

#FD613C (or 0xFD613C) is known color: Outrageous Orange. HEX triplet: FD, 61 and 3C. RGB value is (253,97,60). Sum of RGB (Red+Green+Blue) = 253+97+60=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD613C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD613C is #029EC3. Grayscale: #8B8B8B. Windows color (decimal): -171716 or 3957245. OLE color: 3957245.

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

Color convert

RGB 253 97 60 -
CMYK 0 0.62 0.76 0.01
HSL 11.5º 0.98% 0.61% -
HSV(B) 11.5º 0.76% 0.99% -
XYZ 45.6 29.76 7.62 -
YUV 139.43 83.18 209.01 -
System Red Green Blue C M Y K H S L
Decimal 253 97 60 0 0.62 0.76 0.01 11.5 0.98 0.61
Hex FD 61 3C 0 3E 4C 1 C 62 3D
Octal 375 141 74 0 76 114 1 14 142 75
Binary 11111101 1100001 111100 0 111110 1001100 1 1100 1100010 111101

Color Harmonies of #FD613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD613C

Black with #FD613C

Text Example


Text Example

White with #FD613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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