Html Css Color HEX #FD603C Outrageous Orange

📋 copy color: '#FD603C'

red 253 ◦ green 96 ◦ blue 60

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

Shades of Outrageous Orange #FD603C

Tints of Outrageous Orange #FD603C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.47%

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

R = 61.86%
G = 23.47%
B = 14.67%

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

#FD603C (or 0xFD603C) is known color: Outrageous Orange. HEX triplet: FD, 60 and 3C. RGB value is (253,96,60). Sum of RGB (Red+Green+Blue) = 253+96+60=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD603C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD603C is #029FC3. Grayscale: #8B8B8B. Windows color (decimal): -171972 or 3956989. OLE color: 3956989.

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

Color convert

RGB 253 96 60 -
CMYK 0 0.62 0.76 0.01
HSL 11.19º 0.98% 0.61% -
HSV(B) 11.19º 0.76% 0.99% -
XYZ 45.51 29.57 7.58 -
YUV 138.84 83.51 209.43 -
System Red Green Blue C M Y K H S L
Decimal 253 96 60 0 0.62 0.76 0.01 11.19 0.98 0.61
Hex FD 60 3C 0 3E 4C 1 B 62 3D
Octal 375 140 74 0 76 114 1 13 142 75
Binary 11111101 1100000 111100 0 111110 1001100 1 1011 1100010 111101

Color Harmonies of #FD603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD603C

Black with #FD603C

Text Example


Text Example

White with #FD603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD603C; }

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

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

background-color css

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

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

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

border-color css

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

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

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